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

Struct Documentation

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

Public Types

typedef const Eigen::TensorRef<const TensorType> ConstRefType
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()