Click or drag to resize

DoubleLUFactL 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 DoubleMatrix L { get; }

Property Value

DoubleMatrix
See Also