Click or drag to resize

DynamicParameterEstimation_solver Field

Stores an instance of a solver used to solve the linear equation. The solver should keep and recycle the memory neccessary for solving the equation.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected IDynamicParameterEstimationSolver _solver

Field Value

IDynamicParameterEstimationSolver
See Also