Delegate NumericalSolver.SetParasDelegate
Delegate for setting parameter values in the system being solved.
public delegate void NumericalSolver.SetParasDelegate(double[] paras)
Parameters
paras
double[]The parameter values to set
- Extension Methods