Go to the documentation of this file.
54 <<
"m != n for constructing a symmetric square matrix"
73 <<
"m != n for constructing a symmetric square matrix"
106 return this->operator[](r)[
c];
110 return this->operator[](
c)[r];
124 return this->operator[](r)[
c];
128 return this->operator[](
c)[r];
A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for sub...
friend Ostream & operator(Ostream &, const Matrix< Form, Type > &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A templated 2D square symmetric matrix of objects of <T>, where the n x n matrix dimension is known a...
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
SymmetricSquareMatrix()
Null constructor.
const dimensionedScalar c
Speed of light in a vacuum.
autoPtr< SymmetricSquareMatrix< Type > > clone() const
Clone.