Category: Library

Scientifique library

Eigen

Description Eigen is an open-source C++ library dedicated to matrix computations, linear algebra, and numerical operations. It provides efficient data structures and algorithms for manipulating vectors, matrices, matrix decompositions, linear… Read more »

HDF5

Description HDF5 (Hierarchical Data Format version 5) is a file format and software library designed to store and organize large amounts of complex data. Setup the environment Tutorial Documentation

MPFR

Description MPFR is an open-source C library dedicated to arbitrary-precision floating-point arithmetic with correctly defined rounding. It provides data types and functions for performing arithmetic operations, elementary mathematical functions, and… Read more »

NCCL

Description The NVIDIA Collective Communication Library (NCCL) implements multi-GPU and multi-node communication primitives optimized for NVIDIA GPUs and Networking. NCCL provides routines such as all-gather, all-reduce, broadcast, reduce, reduce-scatter as… Read more »

NTL

Description NTL is a C++ library for doing number theory. NTL supports arbitrary length integer and arbitrary precision floating point arithmetic, finite fields, vectors, matrices, polynomials, lattice basis reduction and… Read more »

Pytorch

Do NOT use PyTorch < 2.10.0 https://nvd.nist.gov/vuln/detail/CVE-2026-24747 Description PyTorch is an open-source scientific computing and machine learning library, primarily used for deep learning. It enables users to build, train, and… Read more »

Scotch

Description SCOTCH is an open-source software library dedicated to graph partitioning, graph and mesh ordering, and data distribution for parallel computing. It provides high-performance algorithms to decompose graphs, reduce communication… Read more »