#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 | |
T | values [n] |
Definition at line 20 of file tensor.hpp.
|
inline |
Definition at line 45 of file tensor.hpp.
|
inline |
Definition at line 50 of file tensor.hpp.
|
inline |
Definition at line 34 of file tensor.hpp.
|
inline |
Definition at line 39 of file tensor.hpp.
|
inline |
Definition at line 23 of file tensor.hpp.
|
inline |
Definition at line 28 of file tensor.hpp.
|
inlinestatic |
Definition at line 55 of file tensor.hpp.
T Eigen::array< T, n >::values[n] |
Definition at line 60 of file tensor.hpp.