OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
A wrapper around a MATRIX object, storing the coordinates in the global block matrix as well. More...
#include <matrix_block.h>
Public Member Functions | |
MatrixBlock () | |
Constructor. More... | |
MatrixBlock (unsigned int row, unsigned int column) | |
Constructor. More... | |
MatrixBlock (const MatrixBlock< MATRIX > &M) | |
Copy constructor. More... | |
Public Attributes | |
MATRIX | matrix |
The matrix itself. More... | |
unsigned int | row |
Row coordinate in the global block matrix. More... | |
unsigned int | column |
Column coordinate in the global block matrix. More... | |
A wrapper around a MATRIX object, storing the coordinates in the global block matrix as well.
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Copy constructor.
unsigned int FuelCell::ApplicationCore::MatrixBlock< MATRIX >::column |
Column coordinate in the global block matrix.
MATRIX FuelCell::ApplicationCore::MatrixBlock< MATRIX >::matrix |
The matrix itself.
unsigned int FuelCell::ApplicationCore::MatrixBlock< MATRIX >::row |
Row coordinate in the global block matrix.