Go to the documentation of this file.
37 #ifndef SymmetricSquareMatrix_H
38 #define SymmetricSquareMatrix_H
54 public Matrix<SymmetricSquareMatrix<Type>, Type>
label m() const
Return the number of columns.
Type & operator()(const label r, const label c)
Return subscript-checked row of Matrix.
scalar detDecomposed(const SquareMatrix< Type > &, const label sign)
Return the LU decomposed SquareMatrix det.
label n() const
Return the number of rows.
A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for sub...
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
SymmetricSquareMatrix< Type > invDecomposed(const SymmetricSquareMatrix< Type > &)
Return the LU decomposed SymmetricSquareMatrix inverse.
A templated 2D square symmetric matrix of objects of <T>, where the n x n matrix dimension is known a...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
SymmetricSquareMatrix()
Null constructor.
const dimensionedScalar c
Speed of light in a vacuum.
dimensionedScalar det(const dimensionedSphericalTensor &dt)
autoPtr< SymmetricSquareMatrix< Type > > clone() const
Clone.