eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::scipy_allocator_impl_sparse_matrix< MatType > Struct Template Reference
Inheritance diagram for eigenpy::scipy_allocator_impl_sparse_matrix< MatType >:
[legend]

Static Public Member Functions

template<typename SimilarMatrixType>
static PyObject * allocate (const Eigen::SparseCompressedBase< SimilarMatrixType > &mat_, bool copy=false)

Detailed Description

template<typename MatType>
struct eigenpy::scipy_allocator_impl_sparse_matrix< MatType >

Definition at line 48 of file scipy-allocator.hpp.

Member Function Documentation

◆ allocate()

template<typename MatType>
template<typename SimilarMatrixType>
PyObject * eigenpy::scipy_allocator_impl_sparse_matrix< MatType >::allocate(const Eigen::SparseCompressedBase< SimilarMatrixType > &mat_,
boolcopy = false )
inlinestatic

Definition at line 50 of file scipy-allocator.hpp.


The documentation for this struct was generated from the following file: