#include <eigen-allocator.hpp>
|
typedef MatType::Scalar | Scalar |
|
typedef MatType | Type |
|
|
static void | allocate (PyArrayObject *pyArray, boost::python::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 MatrixDerived > |
static void | copy (PyArrayObject *pyArray, const Eigen::MatrixBase< MatrixDerived > &mat_) |
| Copy Python array into the input matrix mat. More...
|
|
template<typename MatType>
struct eigenpy::eigen_allocator_impl_matrix< MatType >
Definition at line 294 of file eigen-allocator.hpp.
◆ Scalar
template<typename MatType >
◆ Type
template<typename MatType >
◆ allocate()
template<typename MatType >
◆ copy() [1/2]
template<typename MatType >
template<typename MatrixDerived >
◆ copy() [2/2]
template<typename MatType >
template<typename MatrixDerived >
The documentation for this struct was generated from the following file: