Template Struct array
Defined in File tensor.hpp
Struct Documentation
-
template<typename T, std::size_t n>
struct array Public Functions
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & operator[] (size_t index)
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & operator[] (size_t index) const
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & front ()
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & front () const
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T & back ()
- inline EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const T & back () const
Public Static Functions
- static inline EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE std::size_t size ()