No description
Find a file
2012-10-16 09:29:02 +02:00
doc add helpers for absolute value upper bounds 2012-10-15 16:14:31 +02:00
fmpcb initial code for complex numbers and polynomials 2012-10-14 16:30:01 +02:00
fmpcb_poly main routine for polynomial root finding 2012-10-16 09:29:02 +02:00
fmpr generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
fmprb add fmprb_overlaps 2012-10-15 15:06:36 +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
fmpcb.h add helper functions for root isolation 2012-10-15 17:31:04 +02:00
fmpcb_poly.h main routine for polynomial root finding 2012-10-16 09:29:02 +02:00
fmpr.h refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb.h add helper functions for root isolation 2012-10-15 17:31:04 +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 initial code for complex numbers and polynomials 2012-10-14 16:30:01 +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.