No description
Find a file
2012-10-12 19:03:21 +02:00
doc new module fmpz_holonomic for holonomic sequences/functions 2012-10-12 19:03:21 +02:00
fmpr generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
fmprb generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
fmprb_mat determinants 2012-09-29 01:10:41 +02:00
fmprb_poly implement power series composition 2012-09-26 15:51:46 +02:00
fmpz_holonomic new module fmpz_holonomic for holonomic sequences/functions 2012-10-12 19:03:21 +02:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpr.h refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb.h generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
fmprb_mat.h determinants 2012-09-29 01:10:41 +02:00
fmprb_poly.h implement power series composition 2012-09-26 15:51:46 +02:00
fmpz_holonomic.h new module fmpz_holonomic for holonomic sequences/functions 2012-10-12 19:03:21 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in new module fmpz_holonomic for holonomic sequences/functions 2012-10-12 19:03:21 +02:00
README convert docs to sphinx 2012-10-11 13:09:44 +02:00
todo.txt add a first todo.txt 2012-09-06 15:50:57 +02:00

Arb is an experimental C library implementing arbitrary-precision ball
arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/).
Planned features include complex numbers and fast computation of special
functions. The project might get merged back into FLINT when the code
stabilizes in the future.

For documentation and additional details, see: http://fredrikj.net/arb/

Development updates are occasionally posted to: http://fredrikj.net/blog/

Author: Fredrik Johansson <fredrik.johansson@gmail.com>

The build scripts are copied from FLINT and were written by Bill Hart.