Click or drag to resize

DoubleLUFactU Property

Gets the upper triangular matrix U 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 U { get; }

Property Value

DoubleMatrix
See Also