Commit graph

346 commits

Author SHA1 Message Date
Fredrik Johansson
2c36ae84f6 add a todo item 2013-05-31 17:37:59 +02:00
Fredrik Johansson
9c6e1d71f3 arb-based cosine minpoly calculation 2013-05-31 17:33:12 +02:00
Fredrik Johansson
39fd03828f remove duplicated code 2013-05-29 18:55:49 +02:00
Fredrik Johansson
1e5d6a36a8 use lookup table for tiny p(n), and add test code 2013-05-29 18:12:05 +02:00
Fredrik Johansson
a0f1269f14 document the partitions module 2013-05-29 18:07:00 +02:00
Fredrik Johansson
83464a9b83 verify 1ulp error bound in exp precomputation 2013-05-29 11:36:27 +02:00
Fredrik Johansson
84e3621c94 add helper function for evaluating exp using only mpfr 2013-05-29 11:35:59 +02:00
Fredrik Johansson
d2011306f8 use TLS_PREFIX 2013-05-28 17:47:26 +02:00
Fredrik Johansson
d87ecd201b use TLS_PREFIX 2013-05-28 17:45:52 +02:00
Fredrik Johansson
3108121d0a add some todo entries 2013-05-28 17:41:05 +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
b2ce8e668a some more work on addition; use also for subtraction 2013-05-28 17:10:06 +02:00
Fredrik Johansson
bfd7b6c4e2 some code cleanup 2013-05-28 12:23:53 +02:00
Fredrik Johansson
b656aefd5f first version of rewritten fmpr_add (needs more cleanup, and code reuse in fmpr_sub etc) 2013-05-27 16:21:37 +02:00
Fredrik Johansson
6c1e22afee Merge remote branch 'origin/master' 2013-05-27 15:24:37 +02:00
Fredrik Johansson
06539da4e9 add helper functions for combined assignment and rounding of single or double limb mantissas 2013-05-27 15:24:03 +02:00
Fredrik Johansson
cef789ad60 small doc edits 2013-05-25 02:27:50 +02:00
Fredrik Johansson
ba329a6a49 minor doc edit 2013-05-24 17:28:24 +02:00
Fredrik Johansson
8a4943b533 add _fmpr_set_round_mpn, and simplify the implementation of fmpr_mul 2013-05-24 17:26:54 +02:00
Fredrik Johansson
0a43ab548f Merge remote branch 'origin' 2013-05-22 17:06:33 +02:00
Fredrik Johansson
9939fbf0ca use fixed-point code for small low-precision exponential 2013-05-22 17:05:58 +02:00
Fredrik Johansson
134d6d37de add missing makefile 2013-05-18 00:01:53 +02:00
Fredrik Johansson
3490dfe95d some work-in-progress code to support faster low-precision elementary functions 2013-05-17 19:22:38 +02:00
Fredrik Johansson
c036013ba0 fix references 2013-05-12 19:36:58 +01:00
Fredrik Johansson
60135aa5b6 add dummy file to make sure fmpz_extras isn't empty 2013-05-11 18:15:53 +01:00
Fredrik Johansson
1b1357cba4 add a todo entry 2013-05-11 15:31:21 +01:00
Fredrik Johansson
cd6cb8b68f minor doc edit 2013-05-10 00:29:29 +01:00
Fredrik Johansson
2b6ee6de93 correction of documentation 2013-05-10 00:27:55 +01:00
Fredrik Johansson
baf6e5ad8a update polynomial documentation 2013-05-10 00:25:27 +01: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
308be0b7f5 doc fmt 2013-05-07 17:51:20 +01:00
Fredrik Johansson
cd81ae0bb0 mention gmp in the documentation 2013-05-07 17:44:46 +01:00
Fredrik Johansson
52d62da488 support gmp 2013-05-07 17:41:32 +01:00
Fredrik Johansson
5abf12b98e possible minor optimization 2013-05-06 13:59:57 +01:00
Fredrik Johansson
3ae1bcf0b7 mention flint-devel in README 2013-05-06 13:48:14 +01:00
Fredrik Johansson
2c4d4a1677 minor edit 2013-04-30 15:16:16 +02:00
Fredrik Johansson
84400013f8 minor corrections / clarifications to bernoulli module documentation 2013-04-30 15:13:38 +02:00
Fredrik Johansson
be33c6ea14 fix (?) 2013-04-27 21:10:41 +02:00
Fredrik Johansson
7c389434ba disable TLS if disabled in flint 2013-04-27 21:07:57 +02:00
Fredrik Johansson
2c38ef0177 write down proof of fmpcb_poly root inclusion test 2013-04-27 17:26:38 +02:00
Fredrik Johansson
beb724a540 include makefile 2013-04-27 17:13:26 +02:00
Fredrik Johansson
d6f3c9654c initial port of partition function (needs more work) 2013-04-26 18:20:47 +02:00
Fredrik Johansson
b9b97da556 documentation update 2013-04-26 17:15:52 +02:00
Fredrik Johansson
c1ecf12e18 factor out code for generating tables of powers 2013-04-26 16:58:43 +02:00
Fredrik Johansson
e66b930ab4 avoid unnecessarily high precision, silence debug message 2013-04-26 16:51:37 +02:00
Fredrik Johansson
2443eb508b add missing fmpz_min, fmpz_max functions 2013-04-04 14:04:41 +02:00
Fredrik Johansson
1741413d29 numerically stable blockwise polynomial multiplication (should be working; more testing necessary) 2013-04-02 19:13:27 +02:00
Fredrik Johansson
c277827dbe update history; call this 0.5 2013-03-28 12:58:48 +01:00