|  | EqualityConstrainedQPProblemc Property | 
            Gets and the vector of coefficients for the linear terms in the objective
            function. Sometimes called the gradient.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector c { get; set; }Public Property c As DoubleVector
	Get
	Set
public:
property DoubleVector^ c {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}member c : DoubleVector with get, set
Property Value
DoubleVector See Also
See Also