Home
last modified time | relevance | path

Searched refs:GSL_FN_FDF_EVAL_F_DF (Results 1 – 19 of 19) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_roots__newton.c81 GSL_FN_FDF_EVAL_F_DF(fdf, root_new, &f_new, &df_new); in newton_iterate()
H A Dgsl_roots__secant.c65 GSL_FN_FDF_EVAL_F_DF (fdf, x, &(state->f), &(state->df)); in secant_init()
H A Dgsl_roots__steffenson.c99 GSL_FN_FDF_EVAL_F_DF(fdf, x_new, &f_new, &df_new);
H A Dgsl_math.h209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
H A Dgsl_multimin__linear_minimize.c141 GSL_FN_FDF_EVAL_F_DF (fn, 0.0, &f0, &fp0); in gsl_multimin_fdfminimizer_iterate()
/dports/math/gsl/gsl-2.7/roots/
H A Dnewton.c81 GSL_FN_FDF_EVAL_F_DF(fdf, root_new, &f_new, &df_new); in newton_iterate()
H A Dsecant.c65 GSL_FN_FDF_EVAL_F_DF (fdf, x, &(state->f), &(state->df)); in secant_init()
H A Dsteffenson.c99 GSL_FN_FDF_EVAL_F_DF(fdf, x_new, &f_new, &df_new); in steffenson_iterate()
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/gsl/
H A Dgsl_math.h147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/
H A Dgsl_math.h147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/gsl/
H A Dgsl_math.h146 #define GSL_FN_FDF_EVAL_F_DF(FDF, x, y, dy) \ macro
/dports/math/gsl/gsl-2.7/
H A Dgsl_math.h147 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/gsl/
H A Dgsl_math.h209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/mail/bogofilter/bogofilter-1.2.5/gsl/
H A Dgsl_math.h209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/mail/bogofilter-kc/bogofilter-1.2.5/gsl/
H A Dgsl_math.h209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/gsl/
H A Dgsl_math.h209 #define GSL_FN_FDF_EVAL_F_DF(FDF,x,y,dy) (*((FDF)->fdf))(x,(FDF)->params,(y),(dy)) macro
/dports/math/gsl/gsl-2.7/multimin/
H A Dlinear_minimize.c141 GSL_FN_FDF_EVAL_F_DF (fn, 0.0, &f0, &fp0); in minimize()
/dports/math/gsl/gsl-2.7/doc/
H A Droots.rst291 :code:`GSL_FN_FDF_EVAL_F_DF(&FDF,x,y,dy)`. The macro stores
H A Dgsl-ref.info29408 using the macro ‘GSL_FN_FDF_EVAL_F_DF(&FDF,x,y,dy)’. The macro stores