Public Types | Static Public Member Functions | List of all members
eigenpy::NumpyMapTraits< MatType, InputScalar, AlignmentValue, Stride, false > 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, false >

Definition at line 37 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, false >::EigenMap

Definition at line 40 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, false >::EquivalentInputMatrixType

Definition at line 39 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, false >::mapImpl ( PyArrayObject *  pyArray,
bool  swap_dimensions = false 
)
inlinestatic

Definition at line 42 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