Click or drag to resize

ConstrainedLeastSquaresProblemA Property

Gets and sets the matrix A in the problem Ax = b.

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

Property Value

DoubleMatrix
See Also