Click or drag to resize

InteriorPointQPSolverParamsKktFormOption Enumeration

KKT form options for the interior point quadratic programming solver.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum KktFormOption
Members
Member nameValueDescription
Normal0 A form that is faster, but that is ignored for nondiagonal quadratics.
Augmented1 A form that is more robust and general than the Normal option, but that might be slower.
Blended2 A combination of augmented matrix with an embedded normal section.
See Also