#include <eigen-allocator.hpp>
|
typedef MatType::Scalar | Scalar |
|
typedef MatType | Type |
|
|
static void | allocate (PyArrayObject *pyArray, bp::converter::rvalue_from_python_storage< MatType > *storage) |
|
template<typename MatrixDerived > |
static void | copy (const Eigen::MatrixBase< MatrixDerived > &mat_, PyArrayObject *pyArray) |
| Copy mat into the Python array using Eigen::Map. More...
|
|
template<typename MatType>
struct eigenpy::EigenAllocator< MatType >
Definition at line 131 of file eigen-allocator.hpp.
template<typename MatType >
template<typename MatType >
template<typename MatType >
static void eigenpy::EigenAllocator< MatType >::allocate |
( |
PyArrayObject * |
pyArray, |
|
|
bp::converter::rvalue_from_python_storage< MatType > * |
storage |
|
) |
| |
|
inlinestatic |
template<typename MatType >
template<typename MatrixDerived >
static void eigenpy::EigenAllocator< MatType >::copy |
( |
const Eigen::MatrixBase< MatrixDerived > & |
mat_, |
|
|
PyArrayObject * |
pyArray |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: