55 "SymmetricSquareMatrix<Type>::SymmetricSquareMatrix" 56 "(const label m, const label n)" 57 ) <<
"m != n for constructing a symmetric square matrix" 77 "SymmetricSquareMatrix<Type>::SymmetricSquareMatrix" 78 "(const label m, const label n, const Type&)" 79 ) <<
"m != n for constructing a symmetric square matrix" A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for sub...
Type * operator[](const label)
Return subscript-checked row of Matrix.
label n() const
Return the number of rows.
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...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
errorManipArg< error, int > exit(error &err, const int errNo=1)
autoPtr< SymmetricSquareMatrix< Type > > clone() const
Clone.
SymmetricSquareMatrix()
Null constructor.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
const dimensionedScalar c
Speed of light in a vacuum.
friend Ostream & operator(Ostream &, const Matrix< SymmetricSquareMatrix< Type >, Type > &)
label m() const
Return the number of columns.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...