Click or drag to resize

QuadraticGradientProjectionSearchGradientProjectionResult Constructor

Initializes a new instance of the QuadraticGradientProjectionSearchGradientProjectionResult class

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GradientProjectionResult(
	Vector<double> cauchyPoint,
	int fixedCount,
	List<bool> isFixed
)

Parameters

cauchyPoint  VectorDouble

[Missing <param name="cauchyPoint"/> documentation for "M:Altaxo.Calc.Optimization.QuadraticGradientProjectionSearch.GradientProjectionResult.#ctor(Altaxo.Calc.LinearAlgebra.Vector{System.Double},System.Int32,System.Collections.Generic.List{System.Boolean})"]

fixedCount  Int32

[Missing <param name="fixedCount"/> documentation for "M:Altaxo.Calc.Optimization.QuadraticGradientProjectionSearch.GradientProjectionResult.#ctor(Altaxo.Calc.LinearAlgebra.Vector{System.Double},System.Int32,System.Collections.Generic.List{System.Boolean})"]

isFixed  ListBoolean

[Missing <param name="isFixed"/> documentation for "M:Altaxo.Calc.Optimization.QuadraticGradientProjectionSearch.GradientProjectionResult.#ctor(Altaxo.Calc.LinearAlgebra.Vector{System.Double},System.Int32,System.Collections.Generic.List{System.Boolean})"]

See Also