Click or drag to resize

ConstantSQPStepSize(Double) Constructor

Constructs a ConstantSQPstepSize with the given step size.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ConstantSQPStepSize(
	double stepSize
)

Parameters

stepSize  Double

[Missing <param name="stepSize"/> documentation for "M:CenterSpace.NMath.Core.ConstantSQPStepSize.#ctor(System.Double)"]

See Also