 | ConstrainedLeastSquaresX Property |
Gets the calcluated solution of the most recently solved constrained
least squares problem. You must call one of the Solve methods before
accessing.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleVector X { get; }
Public ReadOnly Property X As DoubleVector
Get
public:
property DoubleVector^ X {
DoubleVector^ get ();
}
member X : DoubleVector with get
Property Value
DoubleVector
See Also