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.
dimensioned< scalar > mag(const dimensioned< Type > &)
DiagonalMatrix()
Null constructor.
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...
Type & operator[](const label)
Return element of UList.
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
DiagonalMatrix< Type > & invert()
Invert the diagonal matrix and return itself.
label size() const
Return the number of elements in the UList.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)