cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
NTL Library
NTL Library
Jun 9, 2015 at 9:11am UTC
Aydin
(2)
Hi everyone
I need to know whether NTL library supports big integers (1024 bits). So if I have n pairs (x_1,y_1),...(x_n,y_n) where the elements are big integers I can use NTL library to interpolate polynomial given the n pairs.
Any idea would be much appreciated.
Jun 9, 2015 at 2:42pm UTC
doug4
(1538)
A very quick google search got me to here.
http://www.shoup.net/ntl/doc/tour-ex1.html
It looks like the ZZ type has arbitrary length.
Topic archived. No new replies allowed.