ntl: A library for doing number theory¶
Description¶
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
Website: http://www.shoup.net/ntl/
License¶
GNU LGPLv2.1+
Upstream Contact¶
Victor Shoup - for contact info see http://www.shoup.net/
Dependencies¶
gmp
gf2x
Special Update/Build Instructions¶
None
Type¶
standard
Version Information¶
package-version.txt:
11.4.3
Equivalent System Packages¶
conda:
$ conda install ntl
cygwin:
$ apt-cyg install ntl
Debian/Ubuntu:
$ sudo apt-get install ntl
Fedora/Redhat/CentOS:
$ sudo yum install ntl
freebsd:
$ sudo pkg install ntl
gentoo:
$ sudo emerge ntl
homebrew:
$ brew install ntl
macports: install the following packages: ntl nix:
$ nix-env --install ntl
opensuse:
$ sudo zypper install ntl
See https://repology.org/project/ntl/versions
If the system package is installed, ./configure will check whether it can be used.