#include <eigen-from-python.hpp>
Public Types | |
typedef Eigen::TensorRef< TensorType > | RefType |
typedef ::eigenpy::details::referent_storage_eigen_ref< RefType > | StorageType |
typedef ::eigenpy::aligned_storage< referent_size< StorageType & >::value >::type | type |
Definition at line 57 of file tensor/eigen-from-python.hpp.
typedef Eigen::TensorRef<TensorType> boost::python::detail::referent_storage< Eigen::TensorRef< TensorType > & >::RefType |
Definition at line 58 of file tensor/eigen-from-python.hpp.
typedef ::eigenpy::details::referent_storage_eigen_ref<RefType> boost::python::detail::referent_storage< Eigen::TensorRef< TensorType > & >::StorageType |
Definition at line 59 of file tensor/eigen-from-python.hpp.
typedef ::eigenpy::aligned_storage< referent_size<StorageType &>::value>::type boost::python::detail::referent_storage< Eigen::TensorRef< TensorType > & >::type |
Definition at line 61 of file tensor/eigen-from-python.hpp.