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