|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Eigen-matrix array: each row is an Eigen::Map<Matrix> over contiguous real storage. More...
#include "../ArrayTransformer.hpp"#include "ArrayEigenMatrix_DeviceView.hpp"#include "DNDS/Defines.hpp"#include "DNDS/DeviceStorage.hpp"Go to the source code of this file.
Classes | |
| class | DNDS::ArrayEigenMatrix< _mat_ni, _mat_nj, _mat_ni_max, _mat_nj_max, _align > |
ParArray<real> whose operator[] returns an Eigen::Map<Matrix<real, Ni, Nj>>. More... | |
| struct | DNDS::ArrayEigenMatrix< _mat_ni, _mat_nj, _mat_ni_max, _mat_nj_max, _align >::ReadSerializerMetaResult |
| class | DNDS::ArrayEigenMatrix< _mat_ni, _mat_nj, _mat_ni_max, _mat_nj_max, _align >::iterator< B, is_const > |
| Element iterator for ArrayEigenMatrix, yielding Eigen::Map<Matrix> per row. More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
Eigen-matrix array: each row is an Eigen::Map<Matrix> over contiguous real storage.
Definition in file ArrayEigenMatrix.hpp.