DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ArrayEigenMatrixBatch.hpp File Reference

Batch of variable-sized Eigen matrices stored in CSR layout. More...

Include dependency graph for ArrayEigenMatrixBatch.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DNDS::ArrayEigenMatrixBatch
 CSR array storing a variable-sized batch of Eigen matrices per row. More...
 
class  DNDS::ArrayEigenMatrixBatch::iterator< B >
 Element iterator for ArrayEigenMatrixBatch, yielding MatrixBatch per row. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Detailed Description

Batch of variable-sized Eigen matrices stored in CSR layout.

Unit Test Coverage (test_ArrayDerived.cpp, MPI np=1,2,4)
  • Resize, InitializeWriteRow, Compress, BatchSize, operator()(i,j)
  • Ghost communication via ArrayEigenMatrixBatchPair
Not Yet Tested
  • WriteSerializer / ReadSerializer, device views

Definition in file ArrayEigenMatrixBatch.hpp.