  | ConstrainedLeastSquaresProblemb Property | 
            Gets and sets the vector b in the problem Ax = b.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector b { get; set; }Public Property b As DoubleVector
	Get
	Set
public:
property DoubleVector^ b {
	DoubleVector^ get ();
	void set (DoubleVector^ value);
}member b : DoubleVector with get, set
Property Value
DoubleVector
See Also