givaro-makefile
arithmetic and algebraic computations - development files
Install
- All systems
-
curl cmd.cat/givaro-makefile.sh
- Debian
-
apt-get install libgivaro-dev
- Ubuntu
-
apt-get install libgivaro-dev
- Arch Linux
-
pacman -S givaro
- Kali Linux
-
apt-get install libgivaro-dev
- Fedora
-
dnf install givaro-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libgivaro-dev
- Raspbian
-
apt-get install libgivaro-dev
- Dockerfile
- dockerfile.run/givaro-makefile
libgivaro-dev
arithmetic and algebraic computations - development files
Givaro is a C++ library for arithmetic and algebraic computations. Its main features are implementations of the basic arithmetic of many mathematical entities: Primes fields, Extensions Fields, Finite Fields, Finite Rings, Polynomials, Algebraic numbers, and Arbitrary precision integers and rationals (C++ wrappers over gmp). Givaro also provides data-structures and templated classes for the manipulation of basic algebraic objects, such as vectors, matrices (dense, sparse, structured), univariate polynomials (and therefore recursive multivariate). It contains different program modules and is fully compatible with the LinBox linear algebra library and the Athapascan environment, which permits parallel programming. This package contains development files for Givaro.
givaro-devel
Files useful for givaro development
givaro
Givaro is a C++ library for arithmetic and algebraic
computations. Its main features are implementations of the basic arithmetic of many mathematical entities: Primes fields, Extensions Fields, Finite Fields, Finite Rings, Polynomials, Algebraic numbers, Arbitrary precision integers and rationals (C++ wrappers over gmp) It also provides data-structures and templated classes for the manipulation of basic algebraic objects, such as vectors, matrices (dense, sparse, structured), univariate polynomials (and therefore recursive multivariate).