Click or drag to resize

ProjectorMatricesTryConvertToProjector Method

Try to construct 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 projector, string? errorMessage) TryConvertToProjector()

Return Value

ValueTupleLinearConstraintsProjector, String
A tuple of a LinearConstraintsProjector initialized from the available matrices, and an error message. Either the projector is not null, or the error message contains a descriptive error.
See Also