Click or drag to resize

TridiagonalLUDecompositionInverse 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 SquareMatrix Inverse()

Return Value

Type: SquareMatrix
The matrix M-1.
See Also