Public Types | Static Public Member Functions | List of all members
eigenpy::numpy_map_impl_matrix< 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 map (PyArrayObject *pyArray, bool swap_dimensions=false)
 

Detailed Description

template<typename MatType, typename InputScalar, int AlignmentValue, typename Stride>
struct eigenpy::numpy_map_impl_matrix< MatType, InputScalar, AlignmentValue, Stride, false >

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

Member Typedef Documentation

◆ EigenMap

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

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

◆ EquivalentInputMatrixType

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

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

Member Function Documentation

◆ map()

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

Definition at line 47 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 Fri Jun 2 2023 02:10:27