Click or drag to resize

MapackMatrixSolve Method

Returns the LHS solution vetor 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#
public IMapackMatrix Solve(
	IMapackMatrix rhs
)

Parameters

rhs  IMapackMatrix
The right-hand side matrix.

Return Value

IMapackMatrix
The solution matrix.

Implements

IMapackMatrixSolve(IMapackMatrix)
See Also