|  | InteriorPointQPSolverParamsMaxDenseColumnRatio Property | 
            The MaxDenseColumnRatio property is the threshold 
            for whether a column is regarded as dense. Dense columns are 
            handled specially by the solver. Default is 0.8.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double MaxDenseColumnRatio { get; set; }Public Property MaxDenseColumnRatio As Double
	Get
	Set
public:
property double MaxDenseColumnRatio {
	double get ();
	void set (double value);
}member MaxDenseColumnRatio : float with get, set
Property Value
Double See Also
See Also