standalone_HTML.manifest 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. index.html
  2. overview.html
  3. math_toolkit/main_intro.html
  4. math_toolkit/navigation.html
  5. math_toolkit/conventions.html
  6. math_toolkit/hints.html
  7. math_toolkit/directories.html
  8. math_toolkit/namespaces.html
  9. math_toolkit/result_type.html
  10. math_toolkit/error_handling.html
  11. math_toolkit/compilers_overview.html
  12. math_toolkit/config_macros.html
  13. math_toolkit/intro_pol_overview.html
  14. math_toolkit/threads.html
  15. math_toolkit/perf_over1.html
  16. math_toolkit/building.html
  17. math_toolkit/history1.html
  18. math_toolkit/overview_tr1.html
  19. math_toolkit/main_faq.html
  20. math_toolkit/contact.html
  21. utils.html
  22. math_toolkit/rounding.html
  23. math_toolkit/rounding/round.html
  24. math_toolkit/rounding/trunc.html
  25. math_toolkit/rounding/modf.html
  26. math_toolkit/fpclass.html
  27. math_toolkit/sign_functions.html
  28. math_toolkit/fp_facets.html
  29. math_toolkit/fp_facets/facets_intro.html
  30. math_toolkit/fp_facets/reference.html
  31. math_toolkit/fp_facets/examples.html
  32. math_toolkit/fp_facets/portability.html
  33. math_toolkit/fp_facets/rationale.html
  34. math_toolkit/next_float.html
  35. math_toolkit/next_float/nextafter.html
  36. math_toolkit/next_float/float_next.html
  37. math_toolkit/next_float/float_prior.html
  38. math_toolkit/next_float/float_distance.html
  39. math_toolkit/next_float/float_advance.html
  40. math_toolkit/next_float/ulp.html
  41. math_toolkit/float_comparison.html
  42. math_toolkit/cond.html
  43. cstdfloat.html
  44. math_toolkit/specified_typedefs.html
  45. math_toolkit/rationale.html
  46. math_toolkit/exact_typdefs.html
  47. math_toolkit/minimum_typdefs.html
  48. math_toolkit/fastest_typdefs.html
  49. math_toolkit/greatest_typdefs.html
  50. math_toolkit/macros.html
  51. math_toolkit/examples.html
  52. math_toolkit/float128_hints.html
  53. math_toolkit/float128.html
  54. math_toolkit/float128/overloading.html
  55. math_toolkit/float128/exp_function.html
  56. math_toolkit/float128/typeinfo.html
  57. constants.html
  58. math_toolkit/constants_intro.html
  59. math_toolkit/tutorial.html
  60. math_toolkit/tutorial/non_templ.html
  61. math_toolkit/tutorial/templ.html
  62. math_toolkit/tutorial/user_def.html
  63. math_toolkit/constants.html
  64. math_toolkit/new_const.html
  65. math_toolkit/constants_faq.html
  66. dist.html
  67. math_toolkit/stat_tut.html
  68. math_toolkit/stat_tut/overview.html
  69. math_toolkit/stat_tut/overview/headers.html
  70. math_toolkit/stat_tut/overview/objects.html
  71. math_toolkit/stat_tut/overview/generic.html
  72. math_toolkit/stat_tut/overview/complements.html
  73. math_toolkit/stat_tut/overview/parameters.html
  74. math_toolkit/stat_tut/overview/summary.html
  75. math_toolkit/stat_tut/weg.html
  76. math_toolkit/stat_tut/weg/dist_construct_eg.html
  77. math_toolkit/stat_tut/weg/st_eg.html
  78. math_toolkit/stat_tut/weg/st_eg/tut_mean_intervals.html
  79. math_toolkit/stat_tut/weg/st_eg/tut_mean_test.html
  80. math_toolkit/stat_tut/weg/st_eg/tut_mean_size.html
  81. math_toolkit/stat_tut/weg/st_eg/two_sample_students_t.html
  82. math_toolkit/stat_tut/weg/st_eg/paired_st.html
  83. math_toolkit/stat_tut/weg/cs_eg.html
  84. math_toolkit/stat_tut/weg/cs_eg/chi_sq_intervals.html
  85. math_toolkit/stat_tut/weg/cs_eg/chi_sq_test.html
  86. math_toolkit/stat_tut/weg/cs_eg/chi_sq_size.html
  87. math_toolkit/stat_tut/weg/f_eg.html
  88. math_toolkit/stat_tut/weg/binom_eg.html
  89. math_toolkit/stat_tut/weg/binom_eg/binomial_coinflip_example.html
  90. math_toolkit/stat_tut/weg/binom_eg/binomial_quiz_example.html
  91. math_toolkit/stat_tut/weg/binom_eg/binom_conf.html
  92. math_toolkit/stat_tut/weg/binom_eg/binom_size_eg.html
  93. math_toolkit/stat_tut/weg/geometric_eg.html
  94. math_toolkit/stat_tut/weg/neg_binom_eg.html
  95. math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_conf.html
  96. math_toolkit/stat_tut/weg/neg_binom_eg/neg_binom_size_eg.html
  97. math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example1.html
  98. math_toolkit/stat_tut/weg/neg_binom_eg/negative_binomial_example2.html
  99. math_toolkit/stat_tut/weg/normal_example.html
  100. math_toolkit/stat_tut/weg/normal_example/normal_misc.html
  101. math_toolkit/stat_tut/weg/inverse_chi_squared_eg.html
  102. math_toolkit/stat_tut/weg/nccs_eg.html
  103. math_toolkit/stat_tut/weg/nccs_eg/nccs_power_eg.html
  104. math_toolkit/stat_tut/weg/error_eg.html
  105. math_toolkit/stat_tut/weg/find_eg.html
  106. math_toolkit/stat_tut/weg/find_eg/find_location_eg.html
  107. math_toolkit/stat_tut/weg/find_eg/find_scale_eg.html
  108. math_toolkit/stat_tut/weg/find_eg/find_mean_and_sd_eg.html
  109. math_toolkit/stat_tut/weg/nag_library.html
  110. math_toolkit/stat_tut/weg/c_sharp.html
  111. math_toolkit/stat_tut/variates.html
  112. math_toolkit/stat_tut/dist_params.html
  113. math_toolkit/dist_ref.html
  114. math_toolkit/dist_ref/nmp.html
  115. math_toolkit/dist_ref/dists.html
  116. math_toolkit/dist_ref/dists/arcine_dist.html
  117. math_toolkit/dist_ref/dists/bernoulli_dist.html
  118. math_toolkit/dist_ref/dists/beta_dist.html
  119. math_toolkit/dist_ref/dists/binomial_dist.html
  120. math_toolkit/dist_ref/dists/cauchy_dist.html
  121. math_toolkit/dist_ref/dists/chi_squared_dist.html
  122. math_toolkit/dist_ref/dists/empirical_cdf.html
  123. math_toolkit/dist_ref/dists/exp_dist.html
  124. math_toolkit/dist_ref/dists/extreme_dist.html
  125. math_toolkit/dist_ref/dists/f_dist.html
  126. math_toolkit/dist_ref/dists/gamma_dist.html
  127. math_toolkit/dist_ref/dists/geometric_dist.html
  128. math_toolkit/dist_ref/dists/hyperexponential_dist.html
  129. math_toolkit/dist_ref/dists/hypergeometric_dist.html
  130. math_toolkit/dist_ref/dists/inverse_chi_squared_dist.html
  131. math_toolkit/dist_ref/dists/inverse_gamma_dist.html
  132. math_toolkit/dist_ref/dists/inverse_gaussian_dist.html
  133. math_toolkit/dist_ref/dists/laplace_dist.html
  134. math_toolkit/dist_ref/dists/logistic_dist.html
  135. math_toolkit/dist_ref/dists/lognormal_dist.html
  136. math_toolkit/dist_ref/dists/negative_binomial_dist.html
  137. math_toolkit/dist_ref/dists/nc_beta_dist.html
  138. math_toolkit/dist_ref/dists/nc_chi_squared_dist.html
  139. math_toolkit/dist_ref/dists/nc_f_dist.html
  140. math_toolkit/dist_ref/dists/nc_t_dist.html
  141. math_toolkit/dist_ref/dists/normal_dist.html
  142. math_toolkit/dist_ref/dists/pareto.html
  143. math_toolkit/dist_ref/dists/poisson_dist.html
  144. math_toolkit/dist_ref/dists/rayleigh.html
  145. math_toolkit/dist_ref/dists/skew_normal_dist.html
  146. math_toolkit/dist_ref/dists/students_t_dist.html
  147. math_toolkit/dist_ref/dists/triangular_dist.html
  148. math_toolkit/dist_ref/dists/uniform_dist.html
  149. math_toolkit/dist_ref/dists/weibull_dist.html
  150. math_toolkit/dist_ref/dist_algorithms.html
  151. math_toolkit/future.html
  152. statistics.html
  153. math_toolkit/univariate_statistics.html
  154. math_toolkit/bivariate_statistics.html
  155. math_toolkit/signal_statistics.html
  156. math_toolkit/anderson_darling.html
  157. math_toolkit/t_test.html
  158. math_toolkit/runs_test.html
  159. math_toolkit/ljung_box.html
  160. vector_functionals.html
  161. math_toolkit/norms.html
  162. special.html
  163. math_toolkit/number_series.html
  164. math_toolkit/number_series/bernoulli_numbers.html
  165. math_toolkit/number_series/tangent_numbers.html
  166. math_toolkit/number_series/primes.html
  167. math_toolkit/sf_gamma.html
  168. math_toolkit/sf_gamma/tgamma.html
  169. math_toolkit/sf_gamma/lgamma.html
  170. math_toolkit/sf_gamma/digamma.html
  171. math_toolkit/sf_gamma/trigamma.html
  172. math_toolkit/sf_gamma/polygamma.html
  173. math_toolkit/sf_gamma/gamma_ratios.html
  174. math_toolkit/sf_gamma/igamma.html
  175. math_toolkit/sf_gamma/igamma_inv.html
  176. math_toolkit/sf_gamma/gamma_derivatives.html
  177. math_toolkit/factorials.html
  178. math_toolkit/factorials/sf_factorial.html
  179. math_toolkit/factorials/sf_double_factorial.html
  180. math_toolkit/factorials/sf_rising_factorial.html
  181. math_toolkit/factorials/sf_falling_factorial.html
  182. math_toolkit/factorials/sf_binomial.html
  183. math_toolkit/sf_beta.html
  184. math_toolkit/sf_beta/beta_function.html
  185. math_toolkit/sf_beta/ibeta_function.html
  186. math_toolkit/sf_beta/ibeta_inv_function.html
  187. math_toolkit/sf_beta/beta_derivative.html
  188. math_toolkit/sf_erf.html
  189. math_toolkit/sf_erf/error_function.html
  190. math_toolkit/sf_erf/error_inv.html
  191. math_toolkit/sf_poly.html
  192. math_toolkit/sf_poly/legendre.html
  193. math_toolkit/sf_poly/legendre_stieltjes.html
  194. math_toolkit/sf_poly/laguerre.html
  195. math_toolkit/sf_poly/hermite.html
  196. math_toolkit/sf_poly/chebyshev.html
  197. math_toolkit/sf_poly/sph_harm.html
  198. math_toolkit/sf_poly/cardinal_b_splines.html
  199. math_toolkit/sf_poly/gegenbauer.html
  200. math_toolkit/sf_poly/jacobi.html
  201. math_toolkit/bessel.html
  202. math_toolkit/bessel/bessel_over.html
  203. math_toolkit/bessel/bessel_first.html
  204. math_toolkit/bessel/bessel_root.html
  205. math_toolkit/bessel/mbessel.html
  206. math_toolkit/bessel/sph_bessel.html
  207. math_toolkit/bessel/bessel_derivatives.html
  208. math_toolkit/hankel.html
  209. math_toolkit/hankel/cyl_hankel.html
  210. math_toolkit/hankel/sph_hankel.html
  211. math_toolkit/airy.html
  212. math_toolkit/airy/ai.html
  213. math_toolkit/airy/bi.html
  214. math_toolkit/airy/aip.html
  215. math_toolkit/airy/bip.html
  216. math_toolkit/airy/airy_root.html
  217. math_toolkit/ellint.html
  218. math_toolkit/ellint/ellint_intro.html
  219. math_toolkit/ellint/ellint_carlson.html
  220. math_toolkit/ellint/ellint_1.html
  221. math_toolkit/ellint/ellint_2.html
  222. math_toolkit/ellint/ellint_3.html
  223. math_toolkit/ellint/ellint_d.html
  224. math_toolkit/ellint/jacobi_zeta.html
  225. math_toolkit/ellint/heuman_lambda.html
  226. math_toolkit/jacobi.html
  227. math_toolkit/jacobi/jac_over.html
  228. math_toolkit/jacobi/jacobi_elliptic.html
  229. math_toolkit/jacobi/jacobi_cd.html
  230. math_toolkit/jacobi/jacobi_cn.html
  231. math_toolkit/jacobi/jacobi_cs.html
  232. math_toolkit/jacobi/jacobi_dc.html
  233. math_toolkit/jacobi/jacobi_dn.html
  234. math_toolkit/jacobi/jacobi_ds.html
  235. math_toolkit/jacobi/jacobi_nc.html
  236. math_toolkit/jacobi/jacobi_nd.html
  237. math_toolkit/jacobi/jacobi_ns.html
  238. math_toolkit/jacobi/jacobi_sc.html
  239. math_toolkit/jacobi/jacobi_sd.html
  240. math_toolkit/jacobi/jacobi_sn.html
  241. math_toolkit/lambert_w.html
  242. math_toolkit/zetas.html
  243. math_toolkit/zetas/zeta.html
  244. math_toolkit/expint.html
  245. math_toolkit/expint/expint_n.html
  246. math_toolkit/expint/expint_i.html
  247. math_toolkit/hypergeometric.html
  248. math_toolkit/hypergeometric/hypergeometric_1f0.html
  249. math_toolkit/hypergeometric/hypergeometric_0f1.html
  250. math_toolkit/hypergeometric/hypergeometric_2f0.html
  251. math_toolkit/hypergeometric/hypergeometric_1f1.html
  252. math_toolkit/hypergeometric/hypergeometric_pfq.html
  253. math_toolkit/hypergeometric/hypergeometric_refs.html
  254. math_toolkit/powers.html
  255. math_toolkit/powers/sin_pi.html
  256. math_toolkit/powers/cos_pi.html
  257. math_toolkit/powers/log1p.html
  258. math_toolkit/powers/expm1.html
  259. math_toolkit/powers/cbrt.html
  260. math_toolkit/powers/sqrt1pm1.html
  261. math_toolkit/powers/powm1.html
  262. math_toolkit/powers/hypot.html
  263. math_toolkit/powers/ct_pow.html
  264. math_toolkit/sinc.html
  265. math_toolkit/sinc/sinc_overview.html
  266. math_toolkit/sinc/sinc_pi.html
  267. math_toolkit/sinc/sinhc_pi.html
  268. math_toolkit/inv_hyper.html
  269. math_toolkit/inv_hyper/inv_hyper_over.html
  270. math_toolkit/inv_hyper/acosh.html
  271. math_toolkit/inv_hyper/asinh.html
  272. math_toolkit/inv_hyper/atanh.html
  273. math_toolkit/owens_t.html
  274. extern_c.html
  275. math_toolkit/main_tr1.html
  276. math_toolkit/c99.html
  277. math_toolkit/tr1_ref.html
  278. root_finding.html
  279. math_toolkit/roots_noderiv.html
  280. math_toolkit/roots_noderiv/bisect.html
  281. math_toolkit/roots_noderiv/bracket_solve.html
  282. math_toolkit/roots_noderiv/TOMS748.html
  283. math_toolkit/roots_noderiv/brent.html
  284. math_toolkit/roots_noderiv/root_termination.html
  285. math_toolkit/roots_noderiv/implementation.html
  286. math_toolkit/roots_deriv.html
  287. math_toolkit/root_finding_examples.html
  288. math_toolkit/root_finding_examples/cbrt_eg.html
  289. math_toolkit/root_finding_examples/lambda.html
  290. math_toolkit/root_finding_examples/5th_root_eg.html
  291. math_toolkit/root_finding_examples/multiprecision_root.html
  292. math_toolkit/root_finding_examples/nth_root.html
  293. math_toolkit/root_finding_examples/elliptic_eg.html
  294. math_toolkit/bad_guess.html
  295. math_toolkit/bad_roots.html
  296. math_toolkit/brent_minima.html
  297. math_toolkit/root_comparison.html
  298. math_toolkit/root_comparison/cbrt_comparison.html
  299. math_toolkit/root_comparison/root_n_comparison.html
  300. math_toolkit/root_comparison/elliptic_comparison.html
  301. poly.html
  302. math_toolkit/polynomials.html
  303. math_toolkit/rational.html
  304. interpolation.html
  305. math_toolkit/cardinal_cubic_b.html
  306. math_toolkit/cardinal_quadratic_b.html
  307. math_toolkit/cardinal_quintic_b.html
  308. math_toolkit/whittaker_shannon.html
  309. math_toolkit/barycentric.html
  310. math_toolkit/vector_barycentric.html
  311. math_toolkit/catmull_rom.html
  312. math_toolkit/cardinal_trigonometric.html
  313. quadrature.html
  314. math_toolkit/trapezoidal.html
  315. math_toolkit/gauss.html
  316. math_toolkit/gauss_kronrod.html
  317. math_toolkit/double_exponential.html
  318. math_toolkit/double_exponential/de_overview.html
  319. math_toolkit/double_exponential/de_tanh_sinh.html
  320. math_toolkit/double_exponential/de_tanh_sinh_2_arg.html
  321. math_toolkit/double_exponential/de_sinh_sinh.html
  322. math_toolkit/double_exponential/de_exp_sinh.html
  323. math_toolkit/double_exponential/de_tol.html
  324. math_toolkit/double_exponential/de_levels.html
  325. math_toolkit/double_exponential/de_thread.html
  326. math_toolkit/double_exponential/de_caveats.html
  327. math_toolkit/double_exponential/de_refes.html
  328. math_toolkit/fourier_integrals.html
  329. math_toolkit/naive_monte_carlo.html
  330. math_toolkit/diff.html
  331. math_toolkit/autodiff.html
  332. math_toolkit/diff0.html
  333. inverse_complex.html
  334. math_toolkit/complex_implementation.html
  335. math_toolkit/asin.html
  336. math_toolkit/acos.html
  337. math_toolkit/atan.html
  338. math_toolkit/asinh.html
  339. math_toolkit/acosh.html
  340. math_toolkit/atanh.html
  341. math_toolkit/complex_history.html
  342. quaternions.html
  343. math_toolkit/quat_overview.html
  344. math_toolkit/quat_header.html
  345. math_toolkit/quat_synopsis.html
  346. math_toolkit/quat.html
  347. math_toolkit/spec.html
  348. math_toolkit/mem_typedef.html
  349. math_toolkit/quat_mem_fun.html
  350. math_toolkit/quat_non_mem.html
  351. math_toolkit/value_op.html
  352. math_toolkit/create.html
  353. math_toolkit/trans.html
  354. math_toolkit/quat_tests.html
  355. math_toolkit/exp.html
  356. math_toolkit/acknowledgement.html
  357. math_toolkit/quat_history.html
  358. math_toolkit/quat_todo.html
  359. octonions.html
  360. math_toolkit/oct_overview.html
  361. math_toolkit/oct_header.html
  362. math_toolkit/oct_synopsis.html
  363. math_toolkit/octonion.html
  364. math_toolkit/oct_specialization.html
  365. math_toolkit/oct_typedefs.html
  366. math_toolkit/oct_mem_fun.html
  367. math_toolkit/oct_non_mem.html
  368. math_toolkit/oct_value_ops.html
  369. math_toolkit/oct_create.html
  370. math_toolkit/oct_trans.html
  371. math_toolkit/oct_tests.html
  372. math_toolkit/acknowledgements.html
  373. math_toolkit/oct_history.html
  374. math_toolkit/oct_todo.html
  375. gcd_lcm.html
  376. internals.html
  377. math_toolkit/internals_overview.html
  378. math_toolkit/internals.html
  379. math_toolkit/internals/series_evaluation.html
  380. math_toolkit/internals/cf.html
  381. math_toolkit/internals/recurrence.html
  382. math_toolkit/internals/tuples.html
  383. math_toolkit/internals/minimax.html
  384. math_toolkit/internals/error_test.html
  385. math_toolkit/internals/test_data.html
  386. using_udt.html
  387. math_toolkit/high_precision.html
  388. math_toolkit/high_precision/why_high_precision.html
  389. math_toolkit/high_precision/use_multiprecision.html
  390. math_toolkit/high_precision/float128.html
  391. math_toolkit/high_precision/use_mpfr.html
  392. math_toolkit/high_precision/e_float.html
  393. math_toolkit/high_precision/use_ntl.html
  394. math_toolkit/high_precision/using_test.html
  395. math_toolkit/real_concepts.html
  396. math_toolkit/dist_concept.html
  397. math_toolkit/archetypes.html
  398. policy.html
  399. math_toolkit/pol_overview.html
  400. math_toolkit/pol_tutorial.html
  401. math_toolkit/pol_tutorial/what_is_a_policy.html
  402. math_toolkit/pol_tutorial/policy_tut_defaults.html
  403. math_toolkit/pol_tutorial/policy_usage.html
  404. math_toolkit/pol_tutorial/changing_policy_defaults.html
  405. math_toolkit/pol_tutorial/ad_hoc_dist_policies.html
  406. math_toolkit/pol_tutorial/ad_hoc_sf_policies.html
  407. math_toolkit/pol_tutorial/namespace_policies.html
  408. math_toolkit/pol_tutorial/user_def_err_pol.html
  409. math_toolkit/pol_tutorial/understand_dis_quant.html
  410. math_toolkit/pol_ref.html
  411. math_toolkit/pol_ref/error_handling_policies.html
  412. math_toolkit/pol_ref/internal_promotion.html
  413. math_toolkit/pol_ref/assert_undefined.html
  414. math_toolkit/pol_ref/discrete_quant_ref.html
  415. math_toolkit/pol_ref/precision_pol.html
  416. math_toolkit/pol_ref/iteration_pol.html
  417. math_toolkit/pol_ref/policy_defaults.html
  418. math_toolkit/pol_ref/namespace_pol.html
  419. math_toolkit/pol_ref/pol_ref_ref.html
  420. perf.html
  421. math_toolkit/perf_over2.html
  422. math_toolkit/interp.html
  423. math_toolkit/getting_best.html
  424. math_toolkit/tradoffs.html
  425. math_toolkit/multiprecision.html
  426. math_toolkit/tuning.html
  427. math_toolkit/comp_compilers.html
  428. math_toolkit/comparisons.html
  429. math_toolkit/perf_test_app.html
  430. backgrounders.html
  431. math_toolkit/sf_implementation.html
  432. math_toolkit/special_tut.html
  433. math_toolkit/special_tut/special_tut_impl.html
  434. math_toolkit/special_tut/special_tut_test.html
  435. math_toolkit/relative_error.html
  436. math_toolkit/lanczos.html
  437. math_toolkit/remez.html
  438. math_toolkit/refs.html
  439. math_toolkit/logs_and_tables.html
  440. math_toolkit/logs_and_tables/all_table.html
  441. math_toolkit/logs_and_tables/logs.html
  442. status.html
  443. math_toolkit/history2.html
  444. math_toolkit/issues.html
  445. math_toolkit/credits.html
  446. indexes.html
  447. indexes/s01.html
  448. indexes/s02.html
  449. indexes/s03.html
  450. indexes/s04.html
  451. indexes/s05.html