summaryrefslogtreecommitdiff
path: root/math/ntl/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:32:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:32:23 +0000
commit98cf373d367fc32881cb40926be1a79736f39794 (patch)
treed0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/ntl/DESCR
parenta437fd43cc3ece125446142af9ed27ef8c1e6621 (diff)
downloadpkgsrc-98cf373d367fc32881cb40926be1a79736f39794.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/ntl/DESCR')
-rw-r--r--math/ntl/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/ntl/DESCR b/math/ntl/DESCR
new file mode 100644
index 00000000000..b6272a76ff8
--- /dev/null
+++ b/math/ntl/DESCR
@@ -0,0 +1,22 @@
+NTL is a high-performance, portable C++ library providing data
+structures and algorithms for arbitrary length integers; for vectors,
+matrices, and polynomials over the integers and over finite fields;
+and for arbitrary precision floating point arithmetic.
+
+NTL provides high quality implementations of state-of-the-art algorithms for:
+
+ o arbitrary length integer arithmetic and arbitrary precision
+ floating point arithmetic;
+ o polynomial arithmetic over the integers and finite fields
+ including basic arithmetic, polynomial factorization,
+ irreducibility testing, computation of minimal polynomials,
+ traces, norms, and more;
+ o lattice basis reduction, including very robust and fast
+ implementations of Schnorr-Euchner, block Korkin-Zolotarev
+ reduction, and the new Schnorr-Horner pruning heuristic for block
+ Korkin-Zolotarev;
+ o basic linear algebra over the integers, finite fields, and
+ arbitrary precision floating point numbers.
+
+NTL is free software, and may be used according to the terms of the
+GNU General Public License.