Commit graph

1106 commits

Author SHA1 Message Date
Fredrik Johansson
57c1a7fed8 Merge pull request #62 from argriffing/add-arb-mat-sqr
ENH: arb_mat_sqr
2015-11-28 03:51:06 +01:00
Fredrik Johansson
7c5e51e8b0 Merge pull request #66 from argriffing/test-acb-matrix-identities
TST: more thorough testing of complex matrix multiplication
2015-11-28 03:35:24 +01:00
alex
14e9ecfb89 TST: more thorough testing of complex matrix multiplication 2015-11-27 20:53:27 -05:00
alex
40818f686f ENH: acb_mat_sqr 2015-11-24 11:19:53 -05:00
Fredrik Johansson
0b34bcd8ec Merge pull request #61 from argriffing/fix-typo
DOC: typo
2015-11-24 02:14:42 +01:00
alex
d89932df1c ENH: arb_mat_sqr 2015-11-23 18:31:33 -05:00
alex
4574b1874f DOC: typo 2015-11-23 11:14:14 -05:00
Fredrik Johansson
44b6137cab typo 2015-11-23 15:35:07 +01:00
Fredrik Johansson
a9b8590a09 add acb_quadratic_roots_fmpz 2015-11-23 15:34:28 +01:00
Fredrik Johansson
a4a52ff95d add acb_root_ui 2015-11-23 15:09:10 +01:00
Fredrik Johansson
19769217a0 Merge remote-tracking branch 'origin/master' 2015-11-23 14:49:18 +01:00
Fredrik Johansson
41758f8c55 rename arb_root -> arb_root_ui for consistency (but keep alias) 2015-11-23 14:49:00 +01:00
Fredrik Johansson
0dd4f82cd9 Update and rename README to README.md 2015-11-22 21:21:10 +01:00
Fredrik Johansson
befc11cc95 add complex_plot example program 2015-11-22 19:20:16 +01:00
Fredrik Johansson
3f7bff58f3 fix typo 2015-11-22 17:52:26 +01:00
Fredrik Johansson
c74fa112d1 Merge pull request #60 from argriffing/flint-compat-gcd
MAINT: use n_gcd_full for FLINT 2.4 compatibility
2015-11-21 21:31:16 +01:00
alex
967fa815ae MAINT: use n_gcd_full for FLINT 2.4 compatibility 2015-11-21 15:10:32 -05:00
Fredrik Johansson
dd3bf52d47 clarify that error bound depends on z 2015-11-21 01:38:06 +01:00
Fredrik Johansson
ded99c6f56 Merge pull request #58 from wbhart/patch-3
Correct order for linker line.
2015-11-20 20:50:06 +01:00
wbhart
e3961673ac Correct order for linker line.
After some testing we have found that this is the good order for things when linking.
2015-11-20 20:45:32 +01:00
Fredrik Johansson
ce6200c546 Merge pull request #57 from wbhart/patch-2
Put LDFLAGS and LIBS2 in same order as in Flint.
2015-11-19 21:10:55 +01:00
wbhart
9b407322aa Put LDFLAGS and LIBS2 in same order as in Flint.
It seems the order of LDFLAGS and LIBS2 may be critical.
2015-11-19 20:58:48 +01:00
Fredrik Johansson
d6e40e461b Merge pull request #56 from wbhart/patch-1
Support LDFLAGS.
2015-11-19 20:20:32 +01:00
wbhart
155d5c896c Support LDFLAGS.
This fix is required for Nemo to use Arb correctly.
2015-11-19 20:07:30 +01:00
Fredrik Johansson
34f4f1c3ed update info for real_roots in the documentation 2015-11-19 13:16:57 +01:00
Fredrik Johansson
f91644cb68 add airy functions to real_roots 2015-11-19 13:09:27 +01:00
Fredrik Johansson
9eed54684c initial code for Airy functions 2015-11-19 11:10:22 +01:00
Fredrik Johansson
f3beae93aa fix two minor bugs related to parameter selection in hypergeometric series 2015-11-19 11:09:51 +01:00
William Hart
b2fdb96ac1 Include stdint.h on MinGW64. 2015-11-10 14:37:05 +00:00
William Hart
81d2ec0c2c mpfr_set_si_2exp -> mpfr_set_sj_2exp. 2015-11-10 14:18:40 +00:00
William Hart
75d3be4cd1 BLAH_INLINE long -> BLAH_INLINE slong in *.h. 2015-11-10 13:58:05 +00:00
William Hart
d8609e002f static long -> static slong in test/*.c. 2015-11-10 13:49:21 +00:00
William Hart
57c6b71044 static long -> static slong in *.c. 2015-11-10 13:47:58 +00:00
William Hart
0fd0464161 Inline long -> slong return values. 2015-11-10 13:44:55 +00:00
William Hart
34008143c1 long -> slong return values. 2015-11-10 13:41:43 +00:00
William Hart
22e6bc7b09 LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c. 2015-11-10 13:31:16 +00:00
William Hart
a3fe55b200 Some missing long -> slong conversions. 2015-11-10 12:40:40 +00:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
3a581fe158 long -> slong partitions.rst. 2015-11-06 11:53:06 +00:00
William Hart
5fedbb9a97 long -> slong mag.rst. 2015-11-06 11:51:57 +00:00
William Hart
74fd8210c4 long -> slong hypgeom.rst. 2015-11-06 11:51:09 +00:00
William Hart
84c182ba81 long -> slong fmpr.rst. 2015-11-06 11:50:56 +00:00
William Hart
02334e7fc6 long -> slong fmprb.rst. 2015-11-06 11:48:20 +00:00
William Hart
feed22e5da long -> slong bernoulli.rst. 2015-11-06 11:46:24 +00:00
William Hart
f5146c2a5d long -> slong arf.rst. 2015-11-06 11:45:33 +00:00
William Hart
d14a3784ab long -> slong arb.rst. 2015-11-06 11:43:10 +00:00
William Hart
54738ca2d1 long -> slong arb_poly.rst. 2015-11-06 11:41:40 +00:00