Click or drag to resize

LinearConstraintsCompiler(IEnumerableString, IDictionaryString, Double) Constructor

Initializes a new instance of the LinearConstraintsCompiler class.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public LinearConstraintsCompiler(
	IEnumerable<string> parameterNames,
	IDictionary<string, double>? constants = null
)

Parameters

parameterNames  IEnumerableString
Ordered list of parameter names (must be valid C# identifiers).
constants  IDictionaryString, Double  (Optional)
Optional named constants (e.g. {"maxVal", 5.0}). A name may not appear in both parameterNames and constants.
See Also