index.idx 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Boost.Math Indexing terms file.
  2. # Copyright John Maddock 2009 - 2012
  3. # Copyright Paul A. Bristow 2009 - 2019
  4. FAQ \<FAQ\w*\>
  5. cpp_bin_float \<cpp_bin_\w*\>
  6. cpp_dec_float \<cpp_dec_\w*\>
  7. "Lanczos approximation" lanczos
  8. closed form \<closed\w*\>
  9. expression \<express\w*\>
  10. constants \<constant\w*\>
  11. multiprecision \<\w*\multiprecision\w*\>
  12. quadrature
  13. differentiation
  14. autodiff
  15. integration
  16. interpolation \<interpol\w*\>
  17. zeta \<\w*\closed\w*\>
  18. !scan-path boost/math .*\.hpp true
  19. !exclude policy precision apply evaluation polynomial name helper
  20. !exclude true_type false_type polynomial type d reference terminate
  21. !exclude arg1 arg2 charT const_iterator const_reference container_type
  22. !exclude result_type difference_type dummy iterator max_value result_type
  23. !exclude row_type size_type tag traits
  24. !exclude a abs acos add asin atan atan2 b begin bracket ceil check clear
  25. !exclude cos cosh digits end exp fabs floor fmod frexp g if in log log10
  26. !exclude modf pow real result sin sinh sqrt swap tan tanh s f z
  27. !exclude accuracy
  28. #
  29. # These next two are spuriously found as function names, take them out
  30. # and re-add them as macros:
  31. #
  32. !exclude BOOST_MATH_INSTRUMENT_CODE BOOST_MATH_INSTRUMENT_VARIABLE
  33. BOOST_MATH_INSTRUMENT_VARIABLE "" "" macro_name
  34. BOOST_MATH_INSTRUMENT_CODE "" "" macro_name
  35. accuracy
  36. performance
  37. GSL
  38. Rmath
  39. Cephes
  40. DCDFLIB
  41. feedback
  42. bug \<bug\w*\>
  43. GIT \<GIT\w*\>
  44. Trac
  45. directory
  46. file structure
  47. !rewrite-name "(?i)(?:A|The)\s+(.*)" "\1"
  48. !rewrite-name "Additional Implementation Notes" "Implementation Notes"
  49. !rewrite-name "(?i)Calculating(?:\s+the)?\s+(.*)" "\1"
  50. !rewrite-id math_toolkit\.dist\.stat_tut\.weg.* Examples