Click or drag to resize

ILuDecompositionSolve Method

Solves a set of equation systems of type 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
Matrix X so that L * U * X = B.
See Also