You've currently chosen the 1.86.0 version. If a newer release comes out, you will continue to view the 1.86.0 version, not the new latest release.
Math
Accumulators | C++ 03 | Framework for incremental calculation, and collection of statistical accumulators. |
Framework for incremental calculation, and collection of statistical accumulators. | ||
Endian | C++ 11 | Types and conversion functions for correct byte ordering and more regardless of processor endianness. |
Types and conversion functions for correct byte ordering and more regardless of processor endianness. | ||
Geometry | C++ 14 | The Boost.Geometry library provides geometric algorithms, primitives and spatial index. |
The Boost.Geometry library provides geometric algorithms, primitives and spatial index. | ||
Histogram | C++ 14 | Fast multi-dimensional histogram with convenient interface for C++14 |
Fast multi-dimensional histogram with convenient interface for C++14 | ||
Integer | C++ 03 | The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std. |
The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std. | ||
Interval | C++ 03 | Extends the usual arithmetic functions to mathematical intervals. |
Extends the usual arithmetic functions to mathematical intervals. | ||
Math | C++ 14 | 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) |
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) | ||
Multi-Array | C++ 03 | Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface. |
Boost.MultiArray provides a generic N-dimensional array concept definition and common implementations of that interface. | ||
Multiprecision | C++ 14 | Extended precision arithmetic types for floating point, integer, and rational arithmetic. |
Extended precision arithmetic types for floating point, integer, and rational arithmetic. | ||
Numeric Conversion | C++ 03 | Optimized Policy-based Numeric Conversions. |
Optimized Policy-based Numeric Conversions. | ||
Odeint | C++ 11 | Solving ordinary differential equations. |
Solving ordinary differential equations. | ||
Operators | C++ 03 | Templates to simplify operator definition in arithmetic classes and iterators. |
Templates to simplify operator definition in arithmetic classes and iterators. | ||
Polygon | C++ 03 | Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates. |
Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates. | ||
QVM | C++ 03 | Generic C++ library for working with Quaternions Vectors and Matrices. |
Generic C++ library for working with Quaternions Vectors and Matrices. | ||
Random | C++ 11 | A complete system for random number generation. |
A complete system for random number generation. | ||
Ratio | C++ 11 | Compile time rational arithmetic. C++11. |
Compile time rational arithmetic. C++11. | ||
Rational | C++ 03 | A rational number class. |
A rational number class. | ||
Safe Numerics | C++ 14 | Guaranteed Correct Integer Arithmetic |
Guaranteed Correct Integer Arithmetic | ||
uBLAS | C++ 03 | uBLAS provides tensor, matrix, and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported. |
uBLAS provides tensor, matrix, and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported. |