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.3179.0 (4.8.3179.0)
Syntax
C#
public IMapackMatrix Solve(
	IMapackMatrix rhs
)

Parameters

rhs  IMapackMatrix

[Missing <param name="rhs"/> documentation for "M:Altaxo.Calc.LinearAlgebra.MapackMatrix.Solve(Altaxo.Calc.LinearAlgebra.IMapackMatrix)"]

Return Value

IMapackMatrix

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.MapackMatrix.Solve(Altaxo.Calc.LinearAlgebra.IMapackMatrix)"]

Implements

IMapackMatrixSolve(IMapackMatrix)
See Also