On Tue, Oct 20, 2020 at 2:08 PM Ralf Hemmecke <[email protected]> wrote: > > > Why don't you use an already available fast implementation in C or C++? > > In this case, SageMath uses NTL https://shoup.net/ntl/ > > which is very fast, and written by an expert in computational number theory. > > Ah... thanks. Good suggestion! > > It would be an option for finite fields in FriCAS since the internals > are hidden and could be mapped to use NTL or FLINT. > > The questions is, however, how can I call NTL from FriCAS?
One can call NTL from Lisp, as NTL is just a C++ library. In fact people did this, see e.g. https://people.eecs.berkeley.edu/~fateman/papers/lisp2ntl/ I guess one uses CFFI, a standard ANSI Lisp package. > > Ralf > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/fricas-devel/3f11a310-f4a4-a9b0-6176-163018547747%40hemmecke.org. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAAWYfq01LU9a%3DV%3D%3DTQ1v3ZmRSp6LF%2BBHUeHw7nqC7nfMkOg8jA%40mail.gmail.com.
