Software:List of C++ template libraries

From HandWiki
Revision as of 05:52, 26 July 2022 by imported>Jslovo (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: none

The following list of C++ template libraries details the various libraries of templates available for the C++ programming language.

The choice of a typical library depends on a diverse range of requirements such as: desired features (e.g.: large dimensional linear algebra, parallel computation, partial differential equations), commercial/opensource nature, readability of API, portability or platform/compiler dependence (e.g.: Linux, Windows, Visual C++, GCC), performance in speed, ease-of-use, continued support from developers, standard compliance, specialized optimization in code for specific application scenarios or even the size of the code-base to be installed.

General

Standard Template Library and derivates

Linear Algebra

See also

External links