Gets and the vector of coefficients for the linear terms in the objective function. Sometimes called the gradient.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleVector c { get; set; }
Visual Basic (Declaration)
Public Property c As DoubleVector
Visual C++
public:
property DoubleVector^ c {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}

See Also