Computes the LU decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override LU<Complex32> LU()
Return Value
LUComplex32The LU decomposition object.
See Also