Tag: Numerical Computing

CUDA

Description CUDA (Compute Unified Device Architecture) is a parallel computing platform developed by NVIDIA. It enables code execution on GPUs through an extension of C/C++ and a set of low-level… Read more »

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 »

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 »