libraries.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. [
  2. {
  3. "key": "math",
  4. "name": "Math",
  5. "authors": [
  6. "various"
  7. ],
  8. "description": "Boost.Math includes several contributions in the domain of mathematics: The Greatest Common Divisor and Least Common Multiple library provides run-time and compile-time evaluation of the greatest common divisor (GCD) or least common multiple (LCM) of two integers. The Special Functions library currently provides eight templated special functions, in namespace boost. The Complex Number Inverse Trigonometric Functions are the inverses of trigonometric functions currently present in the C++ standard. Quaternions are a relative of complex numbers often used to parameterise rotations in three dimentional space. Octonions, like quaternions, are a relative of complex numbers.",
  9. "category": [
  10. "Math"
  11. ],
  12. "maintainers": [
  13. "Hubert Holin <Hubert.Holin -at- meteo.fr>",
  14. "John Maddock <john -at- johnmaddock.co.uk>"
  15. ]
  16. },
  17. {
  18. "key": "math/common_factor",
  19. "name": "Math Common Factor",
  20. "authors": [
  21. "Daryle Walker"
  22. ],
  23. "description": "Greatest common divisor and least common multiple.",
  24. "documentation": "doc/html/gcd_lcm.html",
  25. "category": [
  26. "Math"
  27. ]
  28. },
  29. {
  30. "key": "math/octonion",
  31. "name": "Math Octonion",
  32. "authors": [
  33. "Hubert Holin"
  34. ],
  35. "description": "Octonions.",
  36. "documentation": "doc/html/octonions.html",
  37. "category": [
  38. "Math"
  39. ]
  40. },
  41. {
  42. "key": "math/quaternion",
  43. "name": "Math Quaternion",
  44. "authors": [
  45. "Hubert Holin"
  46. ],
  47. "description": "Quaternions.",
  48. "documentation": "doc/html/quaternions.html",
  49. "category": [
  50. "Math"
  51. ]
  52. },
  53. {
  54. "key": "math/special_functions",
  55. "name": "Math/Special Functions",
  56. "authors": [
  57. "John Maddock",
  58. "Paul Bristow",
  59. "Hubert Holin",
  60. "Xiaogang Zhang"
  61. ],
  62. "description": "A wide selection of mathematical special functions.",
  63. "documentation": "doc/html/special.html",
  64. "category": [
  65. "Math"
  66. ]
  67. },
  68. {
  69. "key": "math/statistical_distributions",
  70. "name": "Math/Statistical Distributions",
  71. "authors": [
  72. "John Maddock",
  73. "Paul Bristow"
  74. ],
  75. "description": "A wide selection of univariate statistical distributions and functions that operate on them.",
  76. "documentation": "doc/html/dist.html",
  77. "category": [
  78. "Math"
  79. ]
  80. }
  81. ]