Go to the source code of this file.
|
struct | eigenpy::details::cast< Scalar, NewScalar, EigenBase, cast_is_valid > |
|
struct | eigenpy::details::cast< Scalar, NewScalar, EigenBase, false > |
|
struct | eigenpy::details::check_swap_impl< EigenType, BaseType > |
|
struct | eigenpy::details::check_swap_impl< MatType, Eigen::MatrixBase< MatType > > |
|
struct | eigenpy::details::check_swap_impl_matrix< MatType > |
|
struct | eigenpy::details::check_swap_impl_matrix< MatType > |
|
struct | eigenpy::eigen_allocator_impl< EigenType, BaseType > |
|
struct | eigenpy::eigen_allocator_impl< const MatType, const Eigen::MatrixBase< MatType > > |
|
struct | eigenpy::eigen_allocator_impl< MatType, Eigen::MatrixBase< MatType > > |
|
struct | eigenpy::eigen_allocator_impl_matrix< MatType > |
|
struct | eigenpy::eigen_allocator_impl_matrix< MatType > |
|
struct | eigenpy::EigenAllocator< EigenType > |
|
struct | eigenpy::EigenAllocator< EigenType > |
|
struct | eigenpy::details::init_matrix_or_array< MatType, IsVectorAtCompileTime > |
|
struct | eigenpy::details::init_matrix_or_array< MatType, true > |
|
◆ EIGENPY_CAST_FROM_EIGEN_MATRIX_TO_PYARRAY
#define EIGENPY_CAST_FROM_EIGEN_MATRIX_TO_PYARRAY |
( |
|
MatType, |
|
|
|
Scalar, |
|
|
|
NewScalar, |
|
|
|
mat, |
|
|
|
pyArray |
|
) |
| |
Value: mat, NumpyMap<MatType, NewScalar>::map( \
bool check_swap(PyArrayObject *pyArray, const EigenType &mat)
Definition at line 195 of file eigen-allocator.hpp.
◆ EIGENPY_CAST_FROM_PYARRAY_TO_EIGEN_MATRIX
#define EIGENPY_CAST_FROM_PYARRAY_TO_EIGEN_MATRIX |
( |
|
MatType, |
|
|
|
Scalar, |
|
|
|
NewScalar, |
|
|
|
pyArray, |
|
|
|
mat |
|
) |
| |
Value: NumpyMap<MatType, Scalar>::map(pyArray, \
bool check_swap(PyArrayObject *pyArray, const EigenType &mat)
Definition at line 188 of file eigen-allocator.hpp.