LinearConstraintsProjectorProject(VectorDouble) Method |
Projects the specified point onto the feasible set and returns only the projected point.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic Vector<double> Project(
Vector<double> p
)
Parameters
- p VectorDouble
- The point to project.
Return Value
VectorDoubleThe projected feasible point.
See Also