Click or drag to resize

IQrDecompositionSolve Method

Least squares solution of A * X = B

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IMapackMatrix Solve(
	IMapackMatrix rhs
)

Parameters

rhs  IMapackMatrix
Right-hand-side matrix with as many rows as A and any number of columns.

Return Value

IMapackMatrix
A matrix that minimized the two norm of Q * R * X - B.
Exceptions
ExceptionCondition
ArgumentExceptionMatrix row dimensions must be the same.
InvalidOperationExceptionMatrix is rank deficient.
See Also