pinocchio  2.7.1
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
array< T, n > Struct Template Reference

Public Member Functions

EIGEN_DEVICE_FUNC T & back ()
 
const EIGEN_DEVICE_FUNC T & back () const
 
EIGEN_DEVICE_FUNC T & front ()
 
const EIGEN_DEVICE_FUNC T & front () const
 
EIGEN_DEVICE_FUNC T & operator[] (size_t index)
 
const EIGEN_DEVICE_FUNC 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 18 of file tensor.hpp.


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