Click or drag to resize

FloatLUFactL 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 FloatMatrix L { get; }

Property Value

FloatMatrix
See Also