Numerical Tools  1.0
Numerical tools from SciPy and Numerical Methods in Physics with Python
NumericalTools.Minpack Class Reference

Inherits MonoBehaviour.

Public Member Functions

delegate void Fcn (int n, double[] x, double[] f, ref int iflag)
 
delegate void FcnJ2 (int m, int n, double[] x, double[] fvec, ref int iflag)
 

Static Public Member Functions

static void Chkder (int m, int n, double[] x, double[] fvec, double[] fjac, int ldfjac, double[] xp, double[] fvecp, int mode, double[] err)
 
static int Hybrd (Fcn fcn, int n, double[] x, double[] fvec, double xtol, int maxfev, int ml, int mu, double epsfcn, double[] diag, int mode, double factor, int nprint, int nfev, double[] fjac, int ldfjac, double[] r, int lr, double[] qtf, double[] wa1, double[] wa2, double[] wa3, double[] wa4)
 
static int Hybrd1 (Fcn fcn, int n, double[] x, double[] fvec, double tol, double[] wa, int lwa)
 

The documentation for this class was generated from the following file: