Tag: Mathematics

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 »

Gap

Environnement setup : For gap 4 Example submission script For gap3-jm5 : Gap3 website and Homepage of the gap3-jm distribution For gap 4.11 :

Magma

Ins­tal­led version : 2.23-9, 2.25-7, 2.26-8, 2.27-7, 2.28-10 (défault).2.26-8, 2.27-7 and 2.28-10 versions financed by MIS.Official documentation and wikipédia. Magma can only be run on the magma partition ! Description… 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 »

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 »

R (Stat)

To install some « packages » as user mkdir -p ~/R/libs -> to create directory in your user spaceand do “.libPaths(“~/R/libs”)” in R (interractive mode)or/and put “.libPaths(“~/R/libs”)” in ~/.Rprofile to… Read more »