|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int Order { get; }Public ReadOnly Property Order As Integer
	Get
public:
property int Order {
	int get ();
}member Order : int with get
Property Value
Int32 See Also
See Also