Click or drag to resize

LUTSolve(MatrixT) Method

Solves a system of linear equations, AX = B, with A LU factorized.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual Matrix<T> Solve(
	Matrix<T> input
)

Parameters

input  MatrixT
The right hand side MatrixT, B.

Return Value

MatrixT
The left hand side MatrixT, X.

Implements

ISolverTSolve(MatrixT)
See Also