Click or drag to resize

ProjectorMatricesToProjector Method

Constructs a projector directly from these matrices.

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 initialized from the available matrices.
See Also