Template Struct EigenFromPy< Eigen::TensorRef< TensorType > >

Struct Documentation

template<typename TensorType>
struct EigenFromPy<Eigen::TensorRef<TensorType>>

Public Types

typedef Eigen::TensorRef<TensorType> RefType
typedef TensorType::Scalar Scalar

Public Static Functions

static inline void *convertible(PyObject *pyObj)

Determine if pyObj can be converted into a MatType object.

static inline void registration()