Template Struct numpy_map_impl_matrix< MatType, InputScalar, AlignmentValue, Stride, true >

Struct Documentation

template<typename MatType, typename InputScalar, int AlignmentValue, typename Stride>
struct numpy_map_impl_matrix<MatType, InputScalar, AlignmentValue, Stride, true>

Public Types

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

Public Static Functions

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