#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 | |
T | values [n] |
Definition at line 18 of file tensor.hpp.
|
inline |
Definition at line 33 of file tensor.hpp.
|
inline |
Definition at line 35 of file tensor.hpp.
|
inline |
Definition at line 28 of file tensor.hpp.
|
inline |
Definition at line 30 of file tensor.hpp.
|
inline |
Definition at line 21 of file tensor.hpp.
|
inline |
Definition at line 24 of file tensor.hpp.
|
inlinestatic |
Definition at line 38 of file tensor.hpp.
T Eigen::array< T, n >::values[n] |
Definition at line 40 of file tensor.hpp.