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 245 of file base/Matrix.h.

Member Typedef Documentation

◆ ReshapedType

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 247 of file base/Matrix.h.

Member Function Documentation

◆ reshape()

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 248 of file base/Matrix.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:08