Public Types | Static Public Member Functions | List of all members
eigenpy::EigenFromPy< Eigen::TensorRef< TensorType > > Struct Template Reference

#include <eigen-from-python.hpp>

Public Types

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

Static Public Member Functions

static void * convertible (PyObject *pyObj)
 Determine if pyObj can be converted into a MatType object. More...
 
static void registration ()
 

Detailed Description

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

Definition at line 178 of file tensor/eigen-from-python.hpp.

Member Typedef Documentation

◆ RefType

template<typename TensorType >
typedef Eigen::TensorRef<TensorType> eigenpy::EigenFromPy< Eigen::TensorRef< TensorType > >::RefType

Definition at line 179 of file tensor/eigen-from-python.hpp.

◆ Scalar

template<typename TensorType >
typedef TensorType::Scalar eigenpy::EigenFromPy< Eigen::TensorRef< TensorType > >::Scalar

Definition at line 180 of file tensor/eigen-from-python.hpp.

Member Function Documentation

◆ convertible()

template<typename TensorType >
static void* eigenpy::EigenFromPy< Eigen::TensorRef< TensorType > >::convertible ( PyObject *  pyObj)
inlinestatic

Determine if pyObj can be converted into a MatType object.

Definition at line 183 of file tensor/eigen-from-python.hpp.

◆ registration()

template<typename TensorType >
static void eigenpy::EigenFromPy< Eigen::TensorRef< TensorType > >::registration ( )
inlinestatic

Definition at line 190 of file tensor/eigen-from-python.hpp.


The documentation for this struct was generated from the following file:


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:27