Click or drag to resize

SquareQRDecompositionInverse 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
A-1
See Also