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

Member Function Documentation

◆ back() [1/2]

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

Definition at line 45 of file tensor.hpp.

◆ back() [2/2]

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

Definition at line 50 of file tensor.hpp.

◆ front() [1/2]

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

Definition at line 34 of file tensor.hpp.

◆ front() [2/2]

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

Definition at line 39 of file tensor.hpp.

◆ operator[]() [1/2]

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 23 of file tensor.hpp.

◆ operator[]() [2/2]

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

Definition at line 28 of file tensor.hpp.

◆ size()

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 55 of file tensor.hpp.

Member Data Documentation

◆ values

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

Definition at line 60 of file tensor.hpp.


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


pinocchio
Author(s):
autogenerated on Sat Jun 22 2024 02:41:51