Go to the documentation of this file.
40 #ifndef scalarMatrices_H
41 #define scalarMatrices_H
124 template<
class Form,
class Type>
152 scalar minCondition = 0
scalarRectangularMatrix SVDinv(const scalarRectangularMatrix &A, scalar minCondition=0)
Return the inverse of matrix A using SVD.
void LUsolve(scalarSquareMatrix &matrix, List< Type > &source)
Solve the matrix using LU decomposition with pivoting.
SymmetricSquareMatrix< scalar > scalarSymmetricSquareMatrix
dimensionedScalar sign(const dimensionedScalar &ds)
simpleMatrix< scalar > A(Nc)
A templated 2D matrix of objects of <T>, where the n x m matrix dimensions are known and used for sub...
DiagonalMatrix< scalar > scalarDiagonalMatrix
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
SquareMatrix< scalar > scalarSquareMatrix
A templated 2D square symmetric matrix of objects of <T>, where the n x n matrix dimension is known a...
void LUBacksubstitute(const scalarSquareMatrix &luMmatrix, const labelList &pivotIndices, List< Type > &source)
LU back-substitution with given source, returning the solution.
void LUDecompose(scalarSquareMatrix &matrix, labelList &pivotIndices)
LU decompose the matrix with pivoting.
SolverPerformance< Type > solve(fvMatrix< Type > &, const dictionary &)
Solve returning the solution statistics given convergence tolerance.
const volScalarField & psi
void multiply(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, scalar > &f2)
Graphite solid properties.
RectangularMatrix< scalar > scalarRectangularMatrix