Go to the documentation of this file.
36 #ifndef DiagonalMatrix_H
37 #define DiagonalMatrix_H
48 template<
class Form,
class Type>
class Matrix;
DiagonalMatrix< Type > & invert()
Invert the diagonal matrix and return itself.
A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for sub...
DiagonalMatrix<Type> is a 2D diagonal matrix of objects of type Type, size nxn.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
label size() const
Return the number of elements in the UList.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...