Home
last modified time | relevance | path

Searched refs:bisection_init (Results 1 – 2 of 2) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_roots__bisection.c43 static int bisection_init (void * vstate, gsl_function * f, double * root, double x_lower, double x…
47 bisection_init (void * vstate, gsl_function * f, double * root, double x_lower, double x_upper)
131 &bisection_init, in calculate_v()
/dports/math/gsl/gsl-2.7/roots/
H A Dbisection.c43 static int bisection_init (void * vstate, gsl_function * f, double * root, double x_lower, double x…
47 bisection_init (void * vstate, gsl_function * f, double * root, double x_lower, double x_upper) in bisection_init() function
131 &bisection_init,