Template Struct numpy_allocator_impl_matrix
Defined in File numpy-allocator.hpp
Inheritance Relationships
Derived Type
public eigenpy::numpy_allocator_impl< MatType, Eigen::MatrixBase< typename remove_const_reference< MatType >::type > >
(Template Struct numpy_allocator_impl< MatType, Eigen::MatrixBase< typename remove_const_reference< MatType >::type > >)
Struct Documentation
-
template<typename MatType>
struct numpy_allocator_impl_matrix Subclassed by eigenpy::numpy_allocator_impl< MatType, Eigen::MatrixBase< typename remove_const_reference< MatType >::type > >
Public Static Functions
-
template<typename SimilarMatrixType>
static inline PyArrayObject *allocate(const Eigen::MatrixBase<SimilarMatrixType> &mat, npy_intp nd, npy_intp *shape)
-
template<typename SimilarMatrixType>