Skip to content

Latest commit

 

History

History
261 lines (221 loc) · 12.2 KB

math.md

File metadata and controls

261 lines (221 loc) · 12.2 KB

Bookmarks tagged [math]

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

A C library for statistical and scientific computing [GPL2]


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

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


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

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


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]


http://ceres-solver.org/

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


https://github.com/CGAL/cgal

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


http://cmldev.net/

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


https://github.com/davisking/dlib

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


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]


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]


https://www.geometrictools.com

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


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

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


http://ggt.sourceforge.net/

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


https://gmplib.org/

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


https://github.com/sgorsten/linalg

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


https://github.com/CertiVox/MIRACL

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


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

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


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

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


https://github.com/libtom/libtommath

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


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

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


https://sourceforge.net/projects/lpsolve

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


https://github.com/xianyi/OpenBLAS

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


https://github.com/lballabio/quantlib

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


https://github.com/kthohr/stats

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


https://github.com/symengine/symengine

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


https://github.com/codeplea/tinyexpr

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


https://github.com/VcDevel/Vc

SIMD Vector Classes for C++. [BSD]


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

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


http://www.wykobi.com/

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


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


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...


https://github.com/scijs/ndarray

Multidimensional arrays.


https://github.com/josdejong/mathjs

An extensive math library.


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

Clamp a number.


https://github.com/fibo/algebra

Algebraic structures.


https://github.com/nodeca/multimath

Core to create fast image math in WebAssembly and JS.


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.


https://projecteuler.net/

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


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, ...