NeoN
WIP Prototype of a modern OpenFOAM core
|
A view linear into a linear system's data. More...
#include <linearSystem.hpp>
Public Member Functions | |
LinearSystemView ()=default | |
~LinearSystemView ()=default | |
LinearSystemView (CSRMatrixView< ValueType, IndexType > matrixView, View< ValueType > rhsView) | |
Public Attributes | |
CSRMatrixView< ValueType, IndexType > | matrix |
View< ValueType > | rhs |
A view linear into a linear system's data.
ValueType | The value type of the linear system. |
IndexType | The index type of the linear system. |
Definition at line 21 of file linearSystem.hpp.
|
default |
|
default |
|
inline |
Definition at line 26 of file linearSystem.hpp.
CSRMatrixView<ValueType, IndexType> NeoN::la::LinearSystemView< ValueType, IndexType >::matrix |
Definition at line 29 of file linearSystem.hpp.
View<ValueType> NeoN::la::LinearSystemView< ValueType, IndexType >::rhs |
Definition at line 30 of file linearSystem.hpp.