Click or drag to resize

DoubleSymSemiPDFactRank Property

Gets the rank of the factored matrix. This is the number of linearly independent columns of the factored matrix A. Using the Solve method should only be attempted when the rank is equal to the order of the factored symmeteric matrix A.

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

Property Value

Int32
See Also