IQrDecompositionSolve Method |
Least squares solution of A * X = B
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IMapackMatrix Solve(
IMapackMatrix rhs
)
Parameters
- rhs IMapackMatrix
- Right-hand-side matrix with as many rows as A and any number of columns.
Return Value
IMapackMatrixA matrix that minimized the two norm of
Q * R * X - B.
Exceptions See Also