|  | QuadraticProgrammingProblemc Property | 
            Gets and sets the vector c in the objective
            function
            x'Hx + x'c
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 Remarks
Remarksc is sometimes called the "gradient" for the
            problem.
 See Also
See Also