Click or drag to resize

DenseMatrixLU Method

Computes the LU decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override LU<float> LU()

Return Value

LUSingle
The LU decomposition object.
See Also