Click or drag to resize

DoubleComplexLUFactL Property

Gets the lower triangular matrix L from the factorization PA = LU, where A is the matrix that was factored.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix L { get; }

Property Value

DoubleComplexMatrix
See Also