Public Types | Static Public Member Functions | List of all members
gtsam::Reshape< OutM, OutN, OutOptions, InM, InN, InOptions > Struct Template Reference

Reshape functor. More...

#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)
 

Detailed Description

template<int OutM, int OutN, int OutOptions, int InM, int InN, int InOptions>
struct gtsam::Reshape< OutM, OutN, OutOptions, InM, InN, InOptions >

Reshape functor.

Definition at line 249 of file base/Matrix.h.

Member Typedef Documentation

template<int OutM, int OutN, int OutOptions, int InM, int InN, int InOptions>
typedef Eigen::Map<const Eigen::Matrix<double, OutM, OutN, OutOptions> > gtsam::Reshape< OutM, OutN, OutOptions, InM, InN, InOptions >::ReshapedType

Definition at line 251 of file base/Matrix.h.

Member Function Documentation

template<int OutM, int OutN, int OutOptions, int InM, int InN, int InOptions>
static ReshapedType gtsam::Reshape< OutM, OutN, OutOptions, InM, InN, InOptions >::reshape ( const Eigen::Matrix< double, InM, InN, InOptions > &  in)
inlinestatic

Definition at line 252 of file base/Matrix.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:58:27