Public Types | Static Public Member Functions | List of all members
eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true > Struct Template Reference

#include <numpy-map.hpp>

Public Types

typedef Eigen::Map< EquivalentInputMatrixType, AlignmentValue, Stride > EigenMap
 
typedef Eigen::Matrix< InputScalar, MatType::RowsAtCompileTime, MatType::ColsAtCompileTime, MatType::Options > EquivalentInputMatrixType
 

Static Public Member Functions

static EigenMap mapImpl (PyArrayObject *pyArray, bool swap_dimensions=false)
 

Detailed Description

template<typename MatType, typename InputScalar, int AlignmentValue, typename Stride>
struct eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true >

Definition at line 122 of file numpy-map.hpp.

Member Typedef Documentation

template<typename MatType , typename InputScalar , int AlignmentValue, typename Stride >
typedef Eigen::Map<EquivalentInputMatrixType,AlignmentValue,Stride> eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true >::EigenMap

Definition at line 125 of file numpy-map.hpp.

template<typename MatType , typename InputScalar , int AlignmentValue, typename Stride >
typedef Eigen::Matrix<InputScalar,MatType::RowsAtCompileTime,MatType::ColsAtCompileTime,MatType::Options> eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true >::EquivalentInputMatrixType

Definition at line 124 of file numpy-map.hpp.

Member Function Documentation

template<typename MatType , typename InputScalar , int AlignmentValue, typename Stride >
static EigenMap eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, true >::mapImpl ( PyArrayObject *  pyArray,
bool  swap_dimensions = false 
)
inlinestatic

Definition at line 127 of file numpy-map.hpp.


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


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Apr 17 2021 02:37:59