36 #ifndef DiagonalMatrix_H 37 #define DiagonalMatrix_H 48 template<
class Form,
class Type>
class Matrix;
intWM_LABEL_SIZE_t 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)
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.
label size() const
Return the number of elements in the UList.