Gets and sets the vector c in the objective
function
x'Hx + x'c
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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); } |
Remarks
c is sometimes called the "gradient" for the
problem.