Home
last modified time | relevance | path

Searched refs:w87b (Results 1 – 7 of 7) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/quadpack/
H A Ddqng.f86 * w10(5),w21a(5),w21b(6),w43a(10),w43b(12),w87a(21),w87b(23),
216 data w87b ( 1) / 0.0002741455 6376207235 0016527092 881 d0 /
217 data w87b ( 2) / 0.0018071241 5505794294 8341311753 254 d0 /
218 data w87b ( 3) / 0.0040968692 8275916486 4458070683 480 d0 /
219 data w87b ( 4) / 0.0067582900 5184737869 9816577897 424 d0 /
220 data w87b ( 5) / 0.0095499576 7220164653 6053581325 377 d0 /
221 data w87b ( 6) / 0.0123294476 5224485369 4626639963 780 d0 /
222 data w87b ( 7) / 0.0150104473 4638895237 6697286041 943 d0 /
223 data w87b ( 8) / 0.0175489679 8624319109 9665352925 900 d0 /
353 45 res87 = w87b(23)*fcentr
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/math/integrals/
H A Dkronrodintegral.cpp192 static const Real w87b[23] = { variable
328 res87 = w87b[22] * fCenter; in integrate()
335 res87 += w87b[k] * (f(center + abscissa) in integrate()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_integration__qng.h168 static const double w87b[23] = { variable
H A Dgsl_integration__qng.c155 res87 = w87b[22] * f_center; in gsl_integration_qng()
165 res87 += w87b[k] * (GSL_FN_EVAL(f, center + abscissa) in gsl_integration_qng()
/dports/math/gsl/gsl-2.7/integration/
H A Dqng.h168 static const double w87b[23] = { variable
H A Dqng.c155 res87 = w87b[22] * f_center; in gsl_integration_qng()
165 res87 += w87b[k] * (GSL_FN_EVAL(f, center + abscissa) in gsl_integration_qng()
/dports/math/maxima/maxima-5.43.2/src/numerical/slatec/
H A Ddqng.lisp113 (w87b
140 (type (array double-float (23)) w87b))
270 (setf res87 (* (f2cl-lib:fref w87b (23) ((1 23))) fcentr))
286 (* (f2cl-lib:fref w87b (k) ((1 23)))