diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-12 22:14:09 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-02-12 23:36:45 -0600 |
commit | 54534d3d6e806a565c96468a438e40a0bb253c09 (patch) | |
tree | b1c79da50981cbacdb75d220bd1c4545fd100599 /libraries/ntl/README | |
parent | d63d1be7f416bf9c2d286843b47ea5aa8599a057 (diff) | |
download | slackbuilds-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/README | 4 |
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. |