mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
No description
doc | ||
fmpcb | ||
fmpcb_poly | ||
fmpr | ||
fmprb | ||
fmprb_mat | ||
fmprb_poly | ||
fmpz_holonomic | ||
configure | ||
fmpcb.h | ||
fmpcb_poly.h | ||
fmpr.h | ||
fmprb.h | ||
fmprb_mat.h | ||
fmprb_poly.h | ||
fmpz_holonomic.h | ||
gpl-2.0.txt | ||
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/). 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.