36 #ifndef DiagonalMatrix_H 37 #define DiagonalMatrix_H 48 template<
class Form,
class Type>
class Matrix;
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Traits class for primitives.
A class for handling words, derived from string.
DiagonalMatrix<Type> is a 2D diagonal matrix of objects of type Type, size nxn.
A templated (m x n) matrix of objects of <T>.
DiagonalMatrix< Type > & invert()
Invert the diagonal matrix and return itself.
DiagonalMatrix()
Null constructor.
static word typeName()
Return the instantiated type name.
label size() const
Return the number of elements in the UList.