Gets the step direction pk that was used in making the update
xk+1 = xk + alphak*pk, where alphak is a scalar.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector StepDirection { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property StepDirection As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ StepDirection { DoubleVector^ get (); void set (DoubleVector^ value); } |