Richard Fateman science forum Guru Wannabe
Joined: 03 May 2005
Posts: 181
|
Posted: Sat May 21, 2005 8:29 pm Post subject:
Victor Shoup's NTL as a windows .dll, called from Lisp
|
|
|
I've gotten this to work well enough so that I can compare times for
polynomial arithmetic, but NTL does a lot more than just arithmetic
that I haven't connected with directly.
For info on NTL, see http://shoup.net/ntl
Additions, comments, corrections, are welcome.
..............................................
This README file is located in
http://www.cs.berkeley.edu/~fateman/papers/lisp2ntl/README .
This directory contains material to allow Victor Shoup's NTL 5.4 to be
used with Allegro Common Lisp (and probably many other systems with a
similar interface). NTL includes very fast routines for Number
Theoretic calculations, and includes, for example, fast polynomial
arithmetic, including factoring (one variable, over finite field or
integers).
In addition to this README file, the parent file directory contains
two source files and one dll.
..... see the file for the rest of the info....
RJF |
|