Fredrik Johansson
|
d04a8705a2
|
implement convolution-based Taylor shift
|
2016-01-19 14:17:33 +01:00 |
|
Fredrik Johansson
|
ebd0d9ce64
|
implement fast Taylor shift and use in special-form polynomial composition
|
2016-01-18 14:38:21 +01:00 |
|
Fredrik Johansson
|
4033d51c42
|
add arb_equal_si and acb_equal_si
|
2016-01-18 14:37:59 +01:00 |
|
Fredrik Johansson
|
7002d5ae12
|
try to approximate relative instead of absolute tolerance in Hurwitz zeta for large positive s
|
2016-01-14 18:49:56 +01:00 |
|
Fredrik Johansson
|
261274cfac
|
fix for last
|
2016-01-13 17:55:31 +01:00 |
|
Fredrik Johansson
|
a768e75620
|
add mag_hurwitz_zeta_uiui
|
2016-01-13 15:38:44 +01:00 |
|
Fredrik Johansson
|
118de12f7a
|
add complex sinc function
|
2016-01-07 18:21:26 +01:00 |
|
Fredrik Johansson
|
9d5cca3a7c
|
tag this as 2.8.1
|
2016-01-07 18:16:09 +01:00 |
|
Fredrik Johansson
|
a56039fc7a
|
Update README.md
|
2016-01-07 14:29:35 +01:00 |
|
Fredrik Johansson
|
f70440b434
|
Merge pull request #81 from argriffing/add-fprint
ENH: add fprint
|
2016-01-02 00:14:57 +01:00 |
|
alex
|
aef5f68625
|
DOC: more carefully preserve authorship info
|
2016-01-01 17:25:30 -05:00 |
|
alex
|
c7ef0f64ac
|
MAINT: print(...) is now implemented like fprint(stdout, ...)
|
2016-01-01 17:18:55 -05:00 |
|
alex
|
420a42f544
|
MAINT: do not add new features to deprecated modules
|
2016-01-01 15:50:16 -05:00 |
|
alex
|
020433d0dc
|
ENH: add fprint
|
2015-12-31 19:06:07 -05:00 |
|
Fredrik Johansson
|
4161094ac2
|
fix test failures for Laguerre function: be more careful with infinities, and make the function undefined for negative integer n so as to be consistent with the test recurrence relation
|
2015-12-31 01:14:56 +01:00 |
|
Fredrik Johansson
|
8bcaced225
|
update docs; call this 2.8.0
|
2015-12-29 17:47:22 +01:00 |
|
Fredrik Johansson
|
72075160cf
|
rename arb_fac2_ui -> arb_doublefac_ui (more descriptive)
|
2015-12-29 17:22:57 +01:00 |
|
Fredrik Johansson
|
99d77ab215
|
fix sinc latex
|
2015-12-28 22:48:48 +01:00 |
|
Fredrik Johansson
|
5063a0a668
|
update credits
|
2015-12-28 22:46:14 +01:00 |
|
Fredrik Johansson
|
97b6a5583a
|
Merge pull request #78 from jdemeyer/mpn_mul_vars
Use variable names which do not conflict with FLINT
|
2015-12-28 20:16:00 +01:00 |
|
Jeroen Demeyer
|
a4c5930721
|
Use variable names which do not conflict with FLINT
|
2015-12-28 19:42:56 +01:00 |
|
Fredrik Johansson
|
7e64c5237f
|
Merge pull request #76 from argriffing/slong-cast
MAINT: explicit cast to avoid comparing signed vs. unsigned
|
2015-12-27 14:48:39 +01:00 |
|
alex
|
8e0c143d3c
|
MAINT: explicit cast to avoid comparing signed vs. unsigned
|
2015-12-26 17:19:22 -05:00 |
|
Fredrik Johansson
|
6faf488f7b
|
arb_asinh: use more accurate formula for x < 0
|
2015-12-14 02:10:20 +01:00 |
|
Fredrik Johansson
|
f1475df2a3
|
fix a memory leak in the test code
|
2015-12-13 21:26:41 +01:00 |
|
Fredrik Johansson
|
25a7e4ab65
|
Merge pull request #75 from argriffing/add-arb-sinc
ENH: add sinc
|
2015-12-13 21:11:53 +01:00 |
|
alex
|
b5ea5e9d3c
|
MAINT: sinc: remove unnecessary variables and the rgamma test
|
2015-12-13 12:17:08 -05:00 |
|
alex
|
4e13f1ace9
|
MAINT: remove 0F1 sinc implementation and add sinc aliasing test
|
2015-12-12 22:11:09 -05:00 |
|
Fredrik Johansson
|
78d55425b6
|
Merge pull request #73 from argriffing/redundant-decls
MAINT: redundant function declarations
|
2015-12-13 01:24:42 +01:00 |
|
alex
|
9868d055b8
|
MAINT: use existing convenience functions
|
2015-12-12 18:04:33 -05:00 |
|
alex
|
6a49946e2d
|
ENH: add sinc
|
2015-12-12 16:04:14 -05:00 |
|
alex
|
bbd18e3455
|
MAINT: redundant function declarations
|
2015-12-10 11:18:14 -05:00 |
|
Fredrik Johansson
|
08fac0a752
|
Merge pull request #67 from argriffing/add-trace
ENH: add trace
|
2015-11-29 00:05:31 +01:00 |
|
alex
|
98c3e3a0d6
|
ENH: add trace
|
2015-11-28 16:12:33 -05:00 |
|
Fredrik Johansson
|
d9eb026ae0
|
allow computing Bessel J and Y simultaneously
|
2015-11-28 05:12:44 +01:00 |
|
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 |
|