Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Eigen::array< T, n > Struct Template Reference

#include <tensor.hpp>

Public Member Functions

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

Member Function Documentation

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, n >::back ( )
inline

Definition at line 33 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, n >::back ( ) const
inline

Definition at line 35 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, n >::front ( )
inline

Definition at line 28 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, n >::front ( ) const
inline

Definition at line 30 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& Eigen::array< T, n >::operator[] ( size_t  index)
inline

Definition at line 21 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T& Eigen::array< T, n >::operator[] ( size_t  index) const
inline

Definition at line 24 of file tensor.hpp.

template<typename T, std::size_t n>
EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE std::size_t Eigen::array< T, n >::size ( )
inlinestatic

Definition at line 38 of file tensor.hpp.

Member Data Documentation

template<typename T, std::size_t n>
T Eigen::array< T, n >::values[n]

Definition at line 40 of file tensor.hpp.


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


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:05