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

Static Public Member Functions

template<typename SimilarMatrixType>
static PyArrayObject * allocate (const Eigen::MatrixBase< SimilarMatrixType > &mat, npy_intp nd, npy_intp *shape)

Detailed Description

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

Definition at line 46 of file numpy-allocator.hpp.

Member Function Documentation

◆ allocate()

template<typename MatType>
template<typename SimilarMatrixType>
PyArrayObject * eigenpy::numpy_allocator_impl_matrix< MatType >::allocate(const Eigen::MatrixBase< SimilarMatrixType > &mat,
npy_intpnd,
npy_intp *shape )
inlinestatic

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


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