Gets and sets the coefficients for the linear combination that is constrained.

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

Syntax

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

See Also