Commit graph

23 commits

Author SHA1 Message Date
Fredrik Johansson
e6ecc103cf improve rising factorial series for length 1, 2; fix a bug and add missing test file 2013-12-29 22:04:00 +01:00
Fredrik Johansson
6a8d3772da slight improvement to exp_series_basecase for large n 2013-11-24 02:40:57 +01:00
Fredrik Johansson
94120b0ddd improve log_series for special-form input 2013-10-21 15:30:19 +02:00
Fredrik Johansson
852529f511 improve exp_series for medium-size and special-form input 2013-10-21 14:52:49 +02:00
Fredrik Johansson
f2a0e2b431 add complex sqrt_series, rsqrt_series 2013-10-03 14:16:28 +02:00
Fredrik Johansson
5fe3f6b361 fast composition by monomials 2013-08-26 14:03:46 +02:00
Fredrik Johansson
4bd28225bc use flint_cleanup() everywhere 2013-07-30 13:53:10 +02:00
Fredrik Johansson
3bf5408574 add fmpcb_poly_zeta_series 2013-07-28 13:10:46 +02:00
Fredrik Johansson
598d88e10d complex gamma function series expansions (work in progress) 2013-07-27 18:43:47 +02:00
Fredrik Johansson
0309597376 fmpcb_poly elementary function power series 2013-07-27 18:11:29 +02:00
Fredrik Johansson
e3b238884b add fmpcb_poly compose, compose_series, revert methods 2013-07-27 11:37:26 +02:00
Fredrik Johansson
b45def0f92 more fmpcb_poly evaluation methods 2013-07-27 11:12:37 +02:00
Fredrik Johansson
118c9dc3ab more fmpcb_poly helper functions 2013-07-27 10:12:18 +02:00
Fredrik Johansson
4e61ef9e7a add some fmpcb_poly helper functions 2013-07-27 10:04:38 +02:00
Fredrik Johansson
31082a7de7 speed up squaring in polynomial multiplication 2013-07-25 16:38:42 +02:00
Fredrik Johansson
b7adec34ba propagate division improvements to fmpcb_poly 2013-07-24 15:18:52 +02:00
Fredrik Johansson
7f572df9a5 introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
Fredrik Johansson
9dc40d61cb add missing polynomial subtraction methods, make sure to always round when adding/subtracting 2013-05-28 17:36:38 +02:00
Fredrik Johansson
a607bf7fa1 add complex multipoint evaluation/interpolation and helper functions 2013-05-09 18:47:34 +01:00
Fredrik Johansson
7dd9a64d27 add divrem for complex polynomials 2013-05-09 17:58:56 +01:00
Fredrik Johansson
c81444dc4d don't use the Gauss formula for fmpcb_poly_mul by default; make it a separate function 2013-05-09 17:35:36 +01:00
Fredrik Johansson
35f6f21c93 add fmprb_contains and versions; fix a bug; test code for find_roots 2012-11-16 15:12:54 +01:00
Fredrik Johansson
658498eada arithmetic for complex polynomials 2012-11-08 15:49:44 +01:00