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

Inherits MonoBehaviour.

Static Public Member Functions

static double BrentQ (Optimize.Function f, double xa, double xb, double xtol, double rtol, int iter, ref Optimize.SciPyZerosInfo solver_stats, params object[] func_data)
 

Public Attributes

const int CONVERGED = 0
 
const int SIGNERR = -1
 
const int CONVERR = -2
 
const int EVALUEERR = -3
 
const int INPROGRESS = 1
 

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