Table of Contents

Delegate NumericalSolver.SetParasDelegate

Namespace
Hi.Geom.Solvers
Assembly
HiGeom.dll

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