|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Device-callable view for ArrayEigenMatrix. operator[] returns an Eigen::Map<Matrix<real, Ni, Nj>>.
More...
Go to the source code of this file.
Classes | |
| class | DNDS::ArrayEigenMatrixDeviceView< B, real_T, _mat_ni, _mat_nj, _mat_ni_max, _mat_nj_max, _align > |
| Device-callable view onto ArrayEigenMatrix rows. More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
Macros | |
| #define | DNDS_ARRAYEIGENMATRIXVIEW_GETTER_PREREQ |
Functions | |
| template<rowsize _mat_ni, rowsize _mat_nj> | |
| constexpr rowsize | DNDS::__OneMatGetRowSize () |
Compute the underlying per-row element count for an Ni x Nj matrix cell. | |
Device-callable view for ArrayEigenMatrix. operator[] returns an Eigen::Map<Matrix<real, Ni, Nj>>.
Definition in file ArrayEigenMatrix_DeviceView.hpp.
| #define DNDS_ARRAYEIGENMATRIXVIEW_GETTER_PREREQ |
Definition at line 110 of file ArrayEigenMatrix_DeviceView.hpp.