Click or drag to resize

CompilationResultToProjector Method

Creates a new instance of a linear constraint projector based on the current set of constraints.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public LinearConstraintsProjector ToProjector()

Return Value

LinearConstraintsProjector
A LinearConstraintsProjector that projects vectors according to the defined linear constraints.
See Also