A templated 2D rectangular matrix of objects of <T>, where the n x n matrix dimension is known and used for subscript bounds checking, etc. More...
#include <OpenFOAM/RectangularMatrix.H>
A templated 2D rectangular matrix of objects of <T>, where the n x n matrix dimension is known and used for subscript bounds checking, etc.
Definition at line 52 of file RectangularMatrix.H.
Public Member Functions | |
RectangularMatrix () | |
Null constructor.
| |
RectangularMatrix (const label m, const label n) | |
Construct given number of rows and columns,.
| |
RectangularMatrix (const label m, const label n, const Type &) | |
Construct with given number of rows and columns.
| |
RectangularMatrix (Istream &) | |
Construct from Istream.
| |
autoPtr< RectangularMatrix < Type > > | clone () const |
Clone.
|
RectangularMatrix | ( | ) | [inline]
|
Null constructor.
Definition at line 29 of file RectangularMatrixI.H.
RectangularMatrix | ( | const label | m, |
const label | n | ||
) | [inline]
|
Construct given number of rows and columns,.
Definition at line 36 of file RectangularMatrixI.H.
RectangularMatrix | ( | const label | m, |
const label | n, | ||
const Type & | t | ||
) | [inline]
|
Construct with given number of rows and columns.
and value for all elements.
Definition at line 46 of file RectangularMatrixI.H.
RectangularMatrix | ( | Istream & | is ) | [inline]
|
Construct from Istream.
Definition at line 56 of file RectangularMatrixI.H.
Foam::autoPtr< Foam::RectangularMatrix< Type > > clone | ( | ) | const [inline]
|
Clone.
Reimplemented from Matrix< RectangularMatrix< Type >, Type >.
Definition at line 63 of file RectangularMatrixI.H.