math.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [math]

www.codever.land/bookmarks/t/math

Apophenia

https://github.com/b-k/apophenia

A C library for statistical and scientific computing [GPL2]


Armadillo

https://gitlab.com/conradsnicta/armadillo-code

Fast C++ library for linear algebra & scientific computing. [Apache2] website


blaze

https://bitbucket.org/blaze-lib/blaze

high-performance C++ math library for dense and sparse arithmetic. [BSD]


Boost.Multiprecision

http://www.boost.org/doc/libs/master/libs/multiprecision/doc/html/index.html

provides higher-range/precision integer, rational and floating-point types in C++, header-only or with GMP/MPFR/LibTomMath backends. [Boost]


ceres-solver

http://ceres-solver.org/

C++ library for modeling and solving large complicated nonlinear least squares problems from google. [BSD]


CGAL

https://github.com/CGAL/cgal

Collection of efficient and reliable geometric algorithms. [LGPL&GPL] website


cml

http://cmldev.net/

free C++ math library for games and graphics. [Boost]


Dlib

https://github.com/davisking/dlib

A modern C++11 machine learning, computer vision, numerical optimization, and deep learning toolkit. [Boost] website


Eigen

http://eigen.tuxfamily.org/

A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2]


ExprTK

http://www.partow.net/programming/exprtk/

The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. [MIT]


Geometric Tools

https://www.geometrictools.com

C++ library for computing in the fields of mathematics, graphics, image analysis and physics. [Boost] website


GLM

https://github.com/g-truc/glm

Header-only C++ math library that matches and inter-operates with OpenGL's GLSL math. [MIT] website


GMTL

http://ggt.sourceforge.net/

Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2]


GMP

https://gmplib.org/

A C library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2]


linalg.h

https://github.com/sgorsten/linalg

Single header, public domain, short vector math library for C++. [Unlicense]


MIRACL

https://github.com/CertiVox/MIRACL

A Multiprecision Integer and Rational Arithmetic Cryptographic Library. [AGPL]


muparser

http://beltoforion.de/article.php?a=muparser

muParser is an extensible high performance math expression parser library written in C++. [MIT]


NT2

https://github.com/Mathieu-/nt2

A SIMD-optimized numerical template library that provides an interface with MATLAB-like syntax. [Boost]


LibTomMath

https://github.com/libtom/libtommath

A free open source portable number theoretic multiple-precision integer library written entirely in C. [PublicDomain & WTFPL] website


linmath.h

https://github.com/datenwolf/linmath.h

A lean linear math library, aimed at graphics programming. [WTFPL]


lp_solve

https://sourceforge.net/projects/lpsolve

A library used to formulate and solve linear programming problems. [LGPL] website


OpenBLAS

https://github.com/xianyi/OpenBLAS

An optimized BLAS library based on GotoBLAS2 1.13 BSD version. [BSD 3-clause] website


QuantLib

https://github.com/lballabio/quantlib

A free/open-source library for quantitative finance. [Modified BSD] website


StatsLib

https://github.com/kthohr/stats

A C++ header-only library of statistical distribution functions. [Apache2] website


SymEngine

https://github.com/symengine/symengine

Fast symbolic manipulation library, a rewriting of SymPy's core in C++. [MIT]


TinyExpr

https://github.com/codeplea/tinyexpr

A C library for parsing and evaluating math expressions from strings. [zlib]


Vc

https://github.com/VcDevel/Vc

SIMD Vector Classes for C++. [BSD]


Versor

http://versor.mat.ucsb.edu/

A (fast) Generic C++ library for Geometric Algebras, including Euclidean, Projective, Conformal, Spacetime (etc).


Wykobi

http://www.wykobi.com/

A C++ library of efficient, robust and simple to use C++ 2D/3D oriented computational geometry routines. [MIT]


xtensor

https://github.com/QuantStack/xtensor

A C++14 library for numerical analysis with multi-dimensional array expressions, inspired by NumPy syntax. [BSD 3-clause] website


universal

https://github.com/stillwater-sc/universal

A C++14 header-only library implementing arbitrary posit arithmetic. The posit number system is a tapered floating point that is more efficient than IEEE floating point. Posits enable reproducible com...


ndarray

https://github.com/scijs/ndarray

Multidimensional arrays.


mathjs

https://github.com/josdejong/mathjs

An extensive math library.


math-clamp

https://github.com/sindresorhus/math-clamp

Clamp a number.


algebra

https://github.com/fibo/algebra

Algebraic structures.


multimath

https://github.com/nodeca/multimath

Core to create fast image math in WebAssembly and JS.


awesome-math

https://github.com/rossant/awesome-math#readme

A curated list of awesome mathematics resources. Contribute to rossant/awesome-math development by creating an account on GitHub.


Project Euler

https://projecteuler.net/

A website dedicated to the fascinating world of mathematics and programming.


Game theory - Wikipedia

https://en.wikipedia.org/wiki/Game_theory

Game theory is "the study of mathematical models of conflict and cooperation between intelligent rational decision-makers". Game theory is mainly used in economics, political science, and psychology, ...