Drake
closestExpmapmex.cpp File Reference
#include <Eigen/Core>
#include "drake/math/autodiff.h"
#include "drake/math/expmap.h"
#include "drake/util/mexify.h"
#include "drake/util/standardMexConversions.h"
#include "drake/util/makeFunction.h"
#include "drake/core/Gradient.h"
Include dependency graph for closestExpmapmex.cpp:

Functions

pair< Vector3d, typename Gradient< Vector3d, 3 >::type > closestExpmapWithGradient (const MatrixBase< Map< const Vector3d >> &expmap1, const MatrixBase< Map< const Vector3d >> &expmap2)
 
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 

Function Documentation

pair<Vector3d, typename Gradient<Vector3d, 3>::type> closestExpmapWithGradient ( const MatrixBase< Map< const Vector3d >> &  expmap1,
const MatrixBase< Map< const Vector3d >> &  expmap2 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)

Here is the call graph for this function: