Commit graph

267 commits

Author SHA1 Message Date
Fredrik Johansson
fa5ad50f6e fix error bounding for zeta_series, +docs, tests 2013-01-19 20:45:35 +01:00
Fredrik Johansson
3253390a97 update documentation 2013-01-15 12:16:20 +01:00
Fredrik Johansson
147297748f refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
Fredrik Johansson
76a4b8dcc1 faster Bernoulli number generation 2012-12-19 14:04:00 +01:00
Fredrik Johansson
2ba582364a add fmprb_get_unique_fmpz 2012-12-18 11:36:54 +01:00
Fredrik Johansson
4ce426946d initial code for computing Khinchin's constant 2012-12-12 10:18:08 +01:00
Fredrik Johansson
0d1c2684d7 add a couple of fmprb helper functions 2012-12-04 13:19:26 +01:00
Fredrik Johansson
873fd7f76c add fmpcb_abs 2012-12-03 11:07:47 +01:00
Fredrik Johansson
d5945885a9 add fmprb_poly rising factorial; plus helpers overlaps and randtest 2012-12-03 10:59:32 +01:00
Fredrik Johansson
2ca8228fd9 initial code for the Hurwitz zeta function with derivatives 2012-11-29 16:06:15 +01:00
Fredrik Johansson
707aa67204 add some fmpcb helper functions; edits to documentation 2012-11-29 15:58:26 +01:00
Fredrik Johansson
6627cfde6a tidy nth root code; update documentation 2012-11-26 17:42:16 +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
937dc4da57 add complex trigonometric functions 2012-11-16 14:06:49 +01:00
Fredrik Johansson
283c5b2227 add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
Fredrik Johansson
ff087f6fb3 complex Riemann zeta function 2012-11-10 19:44:55 +01:00
Fredrik Johansson
4b05b7b123 add a couple of fmpcb helper functions 2012-11-10 18:53:47 +01:00
Fredrik Johansson
8bb4f5a6a9 don't use the three-point complex multiplication by default, as it introduces too much error in some cases 2012-11-10 18:43:43 +01:00
Fredrik Johansson
45ad953f69 add complex log, exp, pow 2012-11-09 17:45:25 +01:00
Fredrik Johansson
658498eada arithmetic for complex polynomials 2012-11-08 15:49:44 +01:00
Fredrik Johansson
ff476d2224 some text changes; call this 0.3 2012-11-07 18:25:32 +01:00
Fredrik Johansson
b51d81a107 update documentation 2012-11-07 18:16:29 +01:00
Fredrik Johansson
c96f9cf837 add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
Fredrik Johansson
739bb8bd8d document the fmpcb module 2012-11-07 12:35:28 +01:00
Fredrik Johansson
615ea353a5 some more work on the fmpcb module; test code for multiplication 2012-11-07 11:48:22 +01:00
Fredrik Johansson
ea5f128274 sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
Fredrik Johansson
0c96712189 add forward_fmprb_mat and some helpers 2012-10-18 10:58:32 +02:00
Fredrik Johansson
553e560ca8 add fmprb_mat_pow_ui, contains_fmpz_mat 2012-10-18 10:39:30 +02:00
Fredrik Johansson
88d77f1d0b fix missing markup 2012-10-16 12:42:22 +02:00
Fredrik Johansson
daf5550c78 more helper functions, and some documenting 2012-10-16 10:27:05 +02:00
Fredrik Johansson
ad04dedb8f add helpers for absolute value upper bounds 2012-10-15 16:14:31 +02:00
Fredrik Johansson
88392070cf add fmprb_overlaps 2012-10-15 15:06:36 +02:00
Fredrik Johansson
561446b94b new module fmpz_holonomic for holonomic sequences/functions 2012-10-12 19:03:21 +02:00
Fredrik Johansson
90660611af convert docs to sphinx 2012-10-11 13:09:44 +02:00
Fredrik Johansson
ed45135dec update documentation 2012-09-29 01:27:40 +02:00
Fredrik Johansson
aa8d528ced determinants 2012-09-29 01:10:41 +02:00
Fredrik Johansson
23e6c31bdd add nonsingular solving, inverse 2012-09-28 14:51:34 +02:00
Fredrik Johansson
4d6082e935 add LU decomposition 2012-09-28 13:18:15 +02:00
Fredrik Johansson
c383ed5d7b implement power series composition 2012-09-26 15:51:46 +02:00
Fredrik Johansson
30949eedc1 start of a matrix module 2012-09-26 14:19:13 +02:00
Fredrik Johansson
281c51ca8a add polynomial composition (Horner, divconquer) 2012-09-26 12:57:32 +02:00
Fredrik Johansson
9b9e170d9d add cos, sin, atan 2012-09-25 13:11:23 +02:00
Fredrik Johansson
10d2ff4982 add fast interpolation 2012-09-24 01:20:35 +02:00
Fredrik Johansson
210b374ef8 experimental rfac based on multipoint evaluation 2012-09-24 00:13:13 +02:00
Fredrik Johansson
3b87e6f54f fast multipoint evaluation 2012-09-23 22:02:54 +02:00
Fredrik Johansson
cde17ff8a7 add barycentric interpolation, and helper functions 2012-09-23 21:39:48 +02:00
Fredrik Johansson
0c67b2e4a9 polynomial interpolation, using the Newton scheme 2012-09-22 04:18:13 +02:00
Fredrik Johansson
97678175ee polynomial evaluation (only the Horner algorithm for now) 2012-09-22 00:32:33 +02:00
Fredrik Johansson
dc0ed86c71 add polynomial division with remainder 2012-09-21 16:52:26 +02:00
Fredrik Johansson
2cfac2b7cb refactor into more fmpr helper functions 2012-09-21 13:52:39 +02:00