pinocchio  2.4.4
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
array< T, n > Struct Template Reference
Collaboration diagram for array< T, n >:

Public Member Functions

EIGEN_DEVICE_FUNC T & back ()
 
EIGEN_DEVICE_FUNC const T & back () const
 
EIGEN_DEVICE_FUNC T & front ()
 
EIGEN_DEVICE_FUNC const T & front () const
 
EIGEN_DEVICE_FUNC T & operator[] (size_t index)
 
EIGEN_DEVICE_FUNC const T & operator[] (size_t index) const
 

Static Public Member Functions

EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE std::size_t size ()
 

Public Attributes

values [n]
 

Detailed Description

template<typename T, std::size_t n>
struct Eigen::array< T, n >

Definition at line 20 of file tensor.hpp.


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