Click or drag to resize

LinearConstraintsProjectorProject(VectorDouble) Method

Projects the specified point onto the feasible set and returns only the projected point.

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

Parameters

p  VectorDouble
The point to project.

Return Value

VectorDouble
The projected feasible point.
See Also