|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Batch of uniform-sized Eigen matrices per row, with variable batch count. More...
#include "../ArrayTransformer.hpp"#include "DNDS/ArrayBasic.hpp"#include "DNDS/ArrayDerived/ArrayEigenUniMatrixBatch_DeviceView.hpp"Go to the source code of this file.
Classes | |
| class | DNDS::ArrayEigenUniMatrixBatch< _n_row, _n_col > |
| CSR array whose rows store a batch of identically-sized Eigen matrices. More... | |
| struct | DNDS::ArrayEigenUniMatrixBatch< _n_row, _n_col >::ReadSerializerMetaResult |
| class | DNDS::ArrayEigenUniMatrixBatch< _n_row, _n_col >::UniMatrixRowView< B > |
| Non-owning view of one row's matrix batch in ArrayEigenUniMatrixBatch. More... | |
| class | DNDS::ArrayEigenUniMatrixBatch< _n_row, _n_col >::iterator< B > |
| Element iterator for ArrayEigenUniMatrixBatch, yielding UniMatrixRowView per row. More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
Batch of uniform-sized Eigen matrices per row, with variable batch count.
Definition in file ArrayEigenUniMatrixBatch.hpp.