CompilationResultTryConvertToProjector Method |
Creates a new instance of a linear constraint projector based on the current set of constraints.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic (LinearConstraintsProjector projector, string? errorMessage) TryConvertToProjector()
Return Value
ValueTupleLinearConstraintsProjector,
StringA tuple of a
LinearConstraintsProjector that projects vectors according to the defined linear constraints, and an error message. Either the projector is not
null, or the error message contains a descriptive error.
See Also