IConstraintsProjectorProject Method |
Projects the specified input vector onto a target space, applying constraints as indicated.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxvoid Project(
Vector<double> inputValues,
Vector<double> projectedValues,
Span<bool> valuesConstrained
)
Parameters
- inputValues VectorDouble
- The input vector to be projected.
- projectedValues VectorDouble
- The resulting projected vector.
- valuesConstrained SpanBoolean
- A span indicating which values are constrained during projection.
See Also