Click or drag to resize

ConstrainedLeastSquaresProblemb Property

Gets and sets the vector b in the problem Ax = b.

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

Property Value

DoubleVector
See Also