Click or drag to resize

QuadraticProgrammingProblemc Property

Gets and sets the vector c in the objective function x'Hx + x'c

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector c { get; set; }

Property Value

DoubleVector
Remarks
c is sometimes called the "gradient" for the problem.
See Also