summaryrefslogtreecommitdiffstats
path: root/libraries/ntl/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-02-12 16:14:09 +0100
committer Robby Workman2016-02-13 06:36:45 +0100
commit54534d3d6e806a565c96468a438e40a0bb253c09 (patch)
treeb1c79da50981cbacdb75d220bd1c4545fd100599 /libraries/ntl/README
parentd63d1be7f416bf9c2d286843b47ea5aa8599a057 (diff)
downloadslackbuilds-54534d3d6e806a565c96468a438e40a0bb253c09.tar.gz
libraries/ntl: Added (number theory library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ntl/README')
-rw-r--r--libraries/ntl/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ntl/README b/libraries/ntl/README
new file mode 100644
index 0000000000..19f5df615f
--- /dev/null
+++ b/libraries/ntl/README
@@ -0,0 +1,4 @@
+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.