NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
This is the complete list of members for NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType >, including all inherited members.
CSRMatrixSpan(const std::span< ValueType > &values, const std::span< IndexType > &colIdxs, const std::span< IndexType > &rowPtrs) | NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType > | inline |
entry(const IndexType i, const IndexType j) const | NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType > | inline |
entry(const IndexType offset) const | NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType > | inline |
span() | NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType > | inline |
~CSRMatrixSpan()=default | NeoFOAM::la::CSRMatrixSpan< ValueType, IndexType > |