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 > |
|
|
#define | EIGENPY_CAST_FROM_EIGEN_MATRIX_TO_PYARRAY(MatType, Scalar, NewScalar, mat, pyArray) |
|
#define | EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH( pyArray_type_code, MatType, Scalar, pyArray, mat, CAST_MACRO) |
| Define casting between Numpy matrix type to Eigen type. More...
|
|
#define | EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH_OS_SPECIFIC(MatType, Scalar, pyArray, mat, CAST_MACRO) |
|
#define | EIGENPY_CAST_FROM_PYARRAY_TO_EIGEN_MATRIX(MatType, Scalar, NewScalar, pyArray, mat) |
|
◆ EIGENPY_CAST_FROM_EIGEN_MATRIX_TO_PYARRAY
#define EIGENPY_CAST_FROM_EIGEN_MATRIX_TO_PYARRAY |
( |
|
MatType, |
|
|
|
Scalar, |
|
|
|
NewScalar, |
|
|
|
mat, |
|
|
|
pyArray |
|
) |
| |
◆ EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH
#define EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH |
( |
|
pyArray_type_code, |
|
|
|
MatType, |
|
|
|
Scalar, |
|
|
|
pyArray, |
|
|
|
mat, |
|
|
|
CAST_MACRO |
|
) |
| |
◆ EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH_OS_SPECIFIC
#define EIGENPY_CAST_FROM_NUMPY_TO_EIGEN_SWITCH_OS_SPECIFIC |
( |
|
MatType, |
|
|
|
Scalar, |
|
|
|
pyArray, |
|
|
|
mat, |
|
|
|
CAST_MACRO |
|
) |
| |
◆ EIGENPY_CAST_FROM_PYARRAY_TO_EIGEN_MATRIX
#define EIGENPY_CAST_FROM_PYARRAY_TO_EIGEN_MATRIX |
( |
|
MatType, |
|
|
|
Scalar, |
|
|
|
NewScalar, |
|
|
|
pyArray, |
|
|
|
mat |
|
) |
| |