Click or drag to resize

LinearConstraintsProjectorProjectWithInfo Method

Projects the specified point onto the feasible set and returns full constraint-activity information.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ProjectionResult ProjectWithInfo(
	Vector<double> p
)

Parameters

p  VectorDouble
The point to project.

Return Value

ProjectionResult
A ProjectionResult containing the projected point and activity information.
See Also