Click or drag to resize

IMapackMatrixSolve Method

Returns the LHS solution vector if the matrix is square or the least squares solution otherwise.

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

Parameters

rhs  IMapackMatrix
The right-hand side matrix.

Return Value

IMapackMatrix
The solution matrix.
See Also