Go to the documentation of this file.
43 #ifndef SymmetricSquareMatrix_H
44 #define SymmetricSquareMatrix_H
60 public Matrix<SymmetricSquareMatrix<Type>, Type>
92 template<
class AnyType>
111 template<
class AnyType>
scalar detDecomposed(const SquareMatrix< Type > &matrix, const label sign)
SymmetricSquareMatrix & operator=(const SymmetricSquareMatrix &)=default
A templated (m x n) matrix of objects of <T>. The layout is (mRows x nCols) - row-major order:
Templated identity and dual space identity tensors derived from SphericalTensor.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
SymmetricSquareMatrix()=default
SymmetricSquareMatrix< Type > invDecomposed(const SymmetricSquareMatrix< Type > &)
A templated (N x N) square matrix of objects of <Type>, containing N*N elements, derived from Matrix.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
dimensionedScalar det(const dimensionedSphericalTensor &dt)
autoPtr< SymmetricSquareMatrix< Type > > clone() const
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...