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