Click or drag to resize

LUDecompositionInverse Method

Computes the 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 independent inverse of the original matrix.
See Also