mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
12 lines
659 B
Plaintext
12 lines
659 B
Plaintext
Givaro is a C++ library for arithmetic and algebraic computations. Its main
|
|
features are implementations of the basic arithmetic of many mathematical
|
|
entities: prime fields, extension fields, finite fields, finite rings,
|
|
polynomials, algebraic numbers, arbitrary precision integers and rationals
|
|
(via 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, and structured), univariate polynomials, and recursive
|
|
multivariate polynomials.
|
|
|
|
WWW: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro
|
|
WWW: https://github.com/linbox-team/givaro
|