Click or drag to resize

LinearConstraintsProjectorProject(VectorDouble, VectorDouble, SpanBoolean) Method

Projects the specified input vector onto a target space, applying constraints as indicated.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public void 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.

Implements

IConstraintsProjectorProject(VectorDouble, VectorDouble, SpanBoolean)
See Also