Click or drag to resize

CholeskyDecompositionInverse Method

Computes the inverse of the original matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SymmetricMatrix Inverse()

Return Value

Type: SymmetricMatrix
M-1
See Also