Template Struct scipy_allocator_impl_sparse_matrix
Defined in File scipy-allocator.hpp
Inheritance Relationships
Derived Type
public eigenpy::scipy_allocator_impl< MatType, Eigen::SparseMatrixBase< typename remove_const_reference< MatType >::type > >
(Template Struct scipy_allocator_impl< MatType, Eigen::SparseMatrixBase< typename remove_const_reference< MatType >::type > >)
Struct Documentation
-
template<typename MatType>
struct scipy_allocator_impl_sparse_matrix Subclassed by eigenpy::scipy_allocator_impl< MatType, Eigen::SparseMatrixBase< typename remove_const_reference< MatType >::type > >
Public Static Functions
-
template<typename SimilarMatrixType>
static inline PyObject *allocate(const Eigen::SparseCompressedBase<SimilarMatrixType> &mat_, bool copy = false)
-
template<typename SimilarMatrixType>