|
NeoN
A framework for CFD software
|
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 25 of file linearSystem.hpp.
|
default |
|
default |
|
inline |
Definition at line 30 of file linearSystem.hpp.
| CSRMatrixView<ValueType, IndexType> NeoN::la::LinearSystemView< ValueType, IndexType >::matrix |
Definition at line 33 of file linearSystem.hpp.
| View<ValueType> NeoN::la::LinearSystemView< ValueType, IndexType >::rhs |
Definition at line 34 of file linearSystem.hpp.