Struct ae108::tensor::NDArray
template <class T, std::size_t... D>
ClassList > ae108 > tensor > NDArray
Eigen based N-dimensional array class. More...
#include <NDArray.h>
Public Attributes
| Type | Name |
|---|---|
| Eigen::Matrix< T,(D *...), 1 > | flattened |
Detailed Description
Entries are stored in a flat Eigen Vector (column major).
Public Attributes Documentation
variable flattened
Eigen::Matrix<T, (D * ...), 1> ae108::tensor::NDArray< T, D >::flattened;
The documentation for this class was generated from the following file tensor/src/include/ae108/tensor/NDArray.h