TR-mbed 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Eigen::array< T, n > Class Template Reference

#include <EmulateArray.h>

Inheritance diagram for Eigen::array< T, n >:
Eigen::DSizes< Index, NumDims > Eigen::DSizes< Index, 2 *NumDims > Eigen::DSizes< Index, NumOutputDims > Eigen::DSizes< IndexType, NumIndices_ > Eigen::DSizes< IndexType, NumDims > Eigen::DSizes< Eigen::Index, NumDims >

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Toperator[] (size_t index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Toperator[] (size_t index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tat (size_t index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Tat (size_t index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tfront ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Tfront () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tback ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Tback () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3, const T &v4)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3, const T &v4, const T &v5)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3, const T &v4, const T &v5, const T &v6)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3, const T &v4, const T &v5, const T &v6, const T &v7)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array (const T &v1, const T &v2, const T &v3, const T &v4, const T &v5, const T &v6, const T &v7, const T &v8)
 

Static Public Member Functions

EIGEN_DEVICE_FUNC static EIGEN_ALWAYS_INLINE std::size_t size ()
 

Public Attributes

T values [n]
 

Constructor & Destructor Documentation

◆ array() [1/9]

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

◆ array() [2/9]

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

◆ array() [3/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2 
)
inline

◆ array() [4/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3 
)
inline

◆ array() [5/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3,
const T v4 
)
inline

◆ array() [6/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3,
const T v4,
const T v5 
)
inline

◆ array() [7/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3,
const T v4,
const T v5,
const T v6 
)
inline

◆ array() [8/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3,
const T v4,
const T v5,
const T v6,
const T v7 
)
inline

◆ array() [9/9]

template<typename T , size_t n>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::array< T, n >::array ( const T v1,
const T v2,
const T v3,
const T v4,
const T v5,
const T v6,
const T v7,
const T v8 
)
inline

Member Function Documentation

◆ at() [1/2]

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

◆ at() [2/2]

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

◆ back() [1/2]

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

◆ back() [2/2]

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

◆ front() [1/2]

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

◆ front() [2/2]

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

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

◆ size()

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

Member Data Documentation

◆ values

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

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