Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libraries.json to only include 1 library key #994

Merged
merged 3 commits into from
Jun 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 5 additions & 72 deletions meta/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,82 +5,15 @@
"authors": [
"various"
],
"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 dimensional space. Octonions, like quaternions, are a relative of complex numbers.",
"description": "Boost.Math includes several contributions in the domain of mathematics: Floating Point Utilities, Specific Width Floating Point Types, Mathematical Constants, Statistical Distributions, Special Functions, Root Finding and Function Minimization, Polynomials and Rational Functions, Interpolation, and Numerical Integration and Differentiation. Many of these features are templated to support both built-in, and extended width types (e.g. Boost.Multiprecision)",
"category": [
"Math"
],
"maintainers": [
"Hubert Holin <Hubert.Holin -at- meteo.fr>",
"John Maddock <john -at- johnmaddock.co.uk>"
],
"cxxstd": "14"
},
{
"key": "math/common_factor",
"name": "Math Common Factor",
"authors": [
"Daryle Walker"
],
"description": "Greatest common divisor and least common multiple.",
"documentation": "doc/html/gcd_lcm.html",
"category": [
"Math"
],
"cxxstd": "14"
},
{
"key": "math/octonion",
"name": "Math Octonion",
"authors": [
"Hubert Holin"
],
"description": "Octonions.",
"documentation": "doc/html/octonions.html",
"category": [
"Math"
],
"cxxstd": "14"
},
{
"key": "math/quaternion",
"name": "Math Quaternion",
"authors": [
"Hubert Holin"
],
"description": "Quaternions.",
"documentation": "doc/html/quaternions.html",
"category": [
"Math"
],
"cxxstd": "14"
},
{
"key": "math/special_functions",
"name": "Math/Special Functions",
"authors": [
"John Maddock",
"Paul Bristow",
"Hubert Holin",
"Xiaogang Zhang"
],
"description": "A wide selection of mathematical special functions.",
"documentation": "doc/html/special.html",
"category": [
"Math"
],
"cxxstd": "14"
},
{
"key": "math/statistical_distributions",
"name": "Math/Statistical Distributions",
"authors": [
"John Maddock",
"Paul Bristow"
],
"description": "A wide selection of univariate statistical distributions and functions that operate on them.",
"documentation": "doc/html/dist.html",
"category": [
"Math"
"John Maddock <john -at- johnmaddock.co.uk>",
"Chris Kormanyos <e_float -at- yahoo.com>",
"Nick Thompson <nathompson7 -at- protonmail.com>",
"Matt Borland <matt -at- mattborland.com>"
],
"cxxstd": "14"
}
Expand Down