Click or drag to resize

DynamicParameterEstimationLUSolver Property

Gets a fresh instance of an LU decomposition solver that can be used for parameter estimation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static IDynamicParameterEstimationSolver LUSolver { get; }

Property Value

IDynamicParameterEstimationSolver
See Also