v3 flag enabled

Find a battle-tested library for the problem you're solving right now.

Excited Cartoon Mascot Excited Cartoon Mascot
Accumulators

Framework for incremental calculation, and collection of statistical accumulators.

Math C++ 03
C++ 03
Endian

Types and conversion functions for correct byte ordering and more regardless of processor endianness.

C++ 03
Geometry

The Boost.Geometry library provides geometric algorithms, primitives and spatial index.

C++ 03
Integer

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.

Math C++ 03
C++ 03
Interval

Extends the usual arithmetic functions to mathematical intervals.

Math C++ 03
C++ 03
Math

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.

Math C++ 03
C++ 03
C++ 03
Multiprecision

Extended precision arithmetic types for floating point, integer andrational arithmetic.

Math C++ 03
C++ 03
C++ 03
Odeint

Solving ordinary differential equations.

Math C++ 03
C++ 03
Operators

Templates ease arithmetic classes and iterators.

C++ 03
Polygon

Voronoi diagram construction and booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates.

C++ 03
QVM

Boost QVM is a generic library for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications.

C++ 03
Random

A complete system for random number generation.

Math C++ 03
C++ 03
Ratio

Compile time rational arithmetic. C++11.

Math C++ 03
C++ 03
Rational

A rational number class.

Math C++ 03
C++ 03
uBLAS

uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.

Math C++ 03
C++ 03