No description
Find a file
2013-10-03 13:03:55 +02:00
bernoulli fixes to make repeated flint_cleanup() calls safe 2013-08-02 12:36:53 +02:00
doc first stab at some integration code; fix cauchy_bound 2013-10-03 13:03:55 +02:00
elefun add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
examples add bisection root refinement and real_roots example program 2013-09-26 14:13:56 +02:00
fmpcb cleanup some powering code 2013-09-19 00:30:04 +01:00
fmpcb_calc first stab at some integration code; fix cauchy_bound 2013-10-03 13:03:55 +02:00
fmpcb_mat use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
fmpcb_poly add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
fmpr add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
fmprb fix fmprb_sqrtpos with nonfinite input 2013-09-27 17:51:09 +02:00
fmprb_calc add bisection root refinement and real_roots example program 2013-09-26 14:13:56 +02:00
fmprb_mat multithreaded fmprb_mat_mul 2013-08-17 16:54:08 +02:00
fmprb_poly implemented the Riemann-Siegel Z-function 2013-09-20 16:46:11 +01:00
fmpz_extras use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
fmpz_holonomic use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
gamma add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
hypgeom don't use doubles for the hypgeom root bound 2013-03-27 15:07:18 +01:00
partitions use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
zeta faster sieving 2013-09-11 16:33:32 +02:00
bernoulli.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
configure fix makefile bugs 2013-05-31 20:10:52 +02:00
elefun.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
fmpcb.h add some C++-safe casts 2013-09-17 19:16:20 +01:00
fmpcb_calc.h first stab at some integration code; fix cauchy_bound 2013-10-03 13:03:55 +02:00
fmpcb_mat.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
fmpcb_poly.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
fmpr.h add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
fmprb.h add fmprb_calc_isolate_roots: real analytic root isolation 2013-09-26 11:46:05 +02:00
fmprb_calc.h add bisection root refinement and real_roots example program 2013-09-26 14:13:56 +02:00
fmprb_mat.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
fmprb_poly.h implemented the Riemann-Siegel Z-function 2013-09-20 16:46:11 +01:00
fmpz_extras.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
fmpz_holonomic.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
gamma.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
hypgeom.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
Makefile.in start of fmpcb_calc module 2013-10-02 13:42:57 +02:00
partitions.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00
README some documentation updates 2013-05-31 19:40:05 +02:00
todo.txt update todo 2013-09-11 17:05:58 +02:00
zeta.h Added extern "C" to headers. 2013-09-17 18:55:23 +01:00

Arb is a C library for high-performance arbitrary-precision floating-point ball
(mid-rad interval) arithmetic. It supports complex numbers, polynomials,
matrices, and evaluation of special functions, all with rigorous error
bounding.

Arb depends on FLINT (http://flintlib.org/), MPIR (http://mpir.org)
and MPFR (http://mpfr.org). It can be built as a standalone library,
or as part of FLINT as an optional extension package.

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

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

Bug reports, feature requests and other comments are welcome on the
FLINT mailing list: flint-devel@googlegroups.com

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

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