Click or drag to resize

LinearConstraintsCompilerCompile Method

Compiles a collection of constraint expression strings.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public CompilationResult Compile(
	IEnumerable<string> expressions
)

Parameters

expressions  IEnumerableString
The expressions to compile.

Return Value

CompilationResult
The successfully compiled constraints together with any diagnostics.
See Also