Public Member Functions | |
| T * | data () |
| const T * | data () const |
| const FixedDimensions | dimensions () const |
| DenseIndex | size () const |
| TensorStorage () | |
Private Attributes | |
| EIGEN_ALIGN_MAX T | m_data [MinSize] |
Static Private Attributes | |
| static constexpr std::size_t | MinSize |
| static constexpr std::size_t | Size |
Definition at line 41 of file TensorStorage.h.
|
inline |
Definition at line 52 of file TensorStorage.h.
|
inline |
Definition at line 56 of file TensorStorage.h.
|
inline |
Definition at line 58 of file TensorStorage.h.
|
inline |
Definition at line 61 of file TensorStorage.h.
|
inline |
Definition at line 64 of file TensorStorage.h.
|
private |
Definition at line 48 of file TensorStorage.h.
|
staticconstexprprivate |
Definition at line 47 of file TensorStorage.h.
|
staticconstexprprivate |
Definition at line 44 of file TensorStorage.h.