| ConstrainedLeastSquaresProblemA Property |
Gets and sets the matrix A in the problem Ax = b.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleMatrix A { get; set; }
Public Property A As DoubleMatrix
Get
Set
public:
property DoubleMatrix^ A {
DoubleMatrix^ get ();
void set (DoubleMatrix^ value);
}
member A : DoubleMatrix with get, set
Property Value
DoubleMatrixSee Also