No description
Find a file
2012-11-07 16:07:22 +01:00
doc add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_mat add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_poly more helper functions, and some documenting 2012-10-16 10:27:05 +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 add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmprb_poly implement power series composition 2012-09-26 15:51:46 +02:00
fmpz_holonomic sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpcb.h add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_mat.h add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_poly.h more helper functions, and some documenting 2012-10-16 10:27:05 +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 add fmprb_mat_pow_ui, contains_fmpz_mat 2012-10-18 10:39:30 +02:00
fmprb_poly.h implement power series composition 2012-09-26 15:51:46 +02:00
fmpz_holonomic.h sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01: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.