Click or drag to resize
Accord.NET (logo)

QrDecompositionInverse Method

Least squares solution of A * X = I

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double[,] Inverse()
Request Example View Source

Return Value

Type: Double

Implements

ISolverMatrixDecompositionTInverse
See Also