#include <eigen-from-python.hpp>
|
typedef TensorType::Scalar | Scalar |
|
|
static void | construct (PyObject *pyObj, bp::converter::rvalue_from_python_stage1_data *memory) |
| Allocate memory and copy pyObj in the new storage. More...
|
|
static void * | convertible (PyObject *pyObj) |
| Determine if pyObj can be converted into a MatType object. More...
|
|
static void | registration () |
|
template<typename TensorType>
struct eigenpy::eigen_from_py_impl< TensorType, Eigen::TensorBase< TensorType > >
Definition at line 78 of file tensor/eigen-from-python.hpp.
◆ Scalar
template<typename TensorType >
◆ construct()
template<typename TensorType >
void eigenpy::eigen_from_py_impl< TensorType, Eigen::TensorBase< TensorType > >::construct |
( |
PyObject * |
pyObj, |
|
|
bp::converter::rvalue_from_python_stage1_data * |
memory |
|
) |
| |
|
static |
◆ convertible()
template<typename TensorType >
◆ registration()
template<typename TensorType >
The documentation for this struct was generated from the following file: