mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
No description
bernoulli | ||
doc | ||
fmpcb | ||
fmpcb_mat | ||
fmpcb_poly | ||
fmpr | ||
fmprb | ||
fmprb_mat | ||
fmprb_poly | ||
fmpz_holonomic | ||
hypgeom | ||
bernoulli.h | ||
configure | ||
fmpcb.h | ||
fmpcb_mat.h | ||
fmpcb_poly.h | ||
fmpr.h | ||
fmprb.h | ||
fmprb_mat.h | ||
fmprb_poly.h | ||
fmpz_holonomic.h | ||
gpl-2.0.txt | ||
hypgeom.h | ||
Makefile.in | ||
README | ||
todo.txt |
Arb is an experimental C library implementing arbitrary-precision ball arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/). 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.