OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
A wrapper around a matrix object, storing the coordinates in a block matrix as well. More...
#include <matrix_base.h>
Public Member Functions | |
MatrixBlock () | |
Constructor. | |
MatrixBlock (const MatrixBlock< MATRIX > &M) | |
Constructor. | |
MatrixBlock (unsigned int i, unsigned int j) | |
Constructor. | |
Public Attributes | |
unsigned int | row |
Row coordinate. | |
unsigned int | column |
Column coordinate. | |
MATRIX | matrix |
The matrix itself. | |
A wrapper around a matrix object, storing the coordinates in a block matrix as well.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Constructor.
unsigned int AppFrame::MatrixBlock< MATRIX >::column |
Column coordinate.
This is the position of the data member matrix on the global matrix.
MATRIX AppFrame::MatrixBlock< MATRIX >::matrix |
The matrix itself.
unsigned int AppFrame::MatrixBlock< MATRIX >::row |
Row coordinate.
This is the position of the data member matrix on the global matrix.