Click or drag to resize

DoubleSymSemiPDFactOrder Property

Gets the order. This is equal to the number of rows and columns of the factored symmetric A. It is also the number of rows and columns in the Cholesky factor U, if upper is specified, or L, if lower is specified.

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

Property Value

Int32
See Also