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 »
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 »
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 »
Description FFTW is an open-source C library dedicated to the fast computation of the discrete Fourier transform (DFT) in one or multiple dimensions. It provides functions to compute complex and… Read more »
Link explaining the ‘Campus License’ Description MATLAB, an acronym for “MATrix LABoratory,” is a numerical computing and programming software developed by MathWorks. It is widely used in the fields of… Read more »
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 »
Description SVMTK is an open-source C++/Python library dedicated to geometry processing and 3D mesh generation. It provides tools for manipulating triangulated surfaces, repairing and transforming geometries, and generating tetrahedral volume… Read more »