#include <Matrix.h>
Public Types | |
typedef Eigen::Map< const Eigen::Matrix< double, OutM, OutN, OutOptions > > | ReshapedType |
Static Public Member Functions | |
static ReshapedType | reshape (const Eigen::Matrix< double, InM, InN, InOptions > &in) |
Reshape functor.
Definition at line 245 of file base/Matrix.h.
typedef Eigen::Map<const Eigen::Matrix<double, OutM, OutN, OutOptions> > gtsam::Reshape< OutM, OutN, OutOptions, InM, InN, InOptions >::ReshapedType |
Definition at line 247 of file base/Matrix.h.
|
inlinestatic |
Definition at line 248 of file base/Matrix.h.