Pascal
|
dd87819c05
|
doc typo
|
2016-09-06 14:37:14 +02:00 |
|
Pascal
|
908c237f06
|
doc dft
|
2016-09-06 14:37:14 +02:00 |
|
Pascal
|
a741ec8441
|
some documentation + syntax
|
2016-09-06 14:34:47 +02:00 |
|
Pascal
|
b80ac364d8
|
document and remove chi_vec_sieve function
|
2016-09-06 14:33:53 +02:00 |
|
Pascal
|
a82a79a625
|
document dlog module
|
2016-09-06 14:33:53 +02:00 |
|
Pascal
|
9e448013fd
|
add conrey index inside char
|
2016-09-06 14:33:53 +02:00 |
|
Pascal
|
73b253b44c
|
refactor order
|
2016-09-06 14:33:52 +02:00 |
|
Pascal
|
286ca6c84d
|
change interface to switch acb / ui output
|
2016-09-06 14:33:52 +02:00 |
|
Fredrik Johansson
|
5468d7d31b
|
wrap bessel functions for arb_hypgeom
|
2016-09-05 21:32:19 +02:00 |
|
Fredrik Johansson
|
5a3778befc
|
wrap airy functions for arb_hypgeom
|
2016-09-05 20:54:16 +02:00 |
|
Fredrik Johansson
|
9f0e392d2b
|
add poly set_trunc and set_trunc_round methods
|
2016-09-02 16:01:15 +02:00 |
|
rickyefarr
|
e5e2561ef1
|
Move some existing documentation around
|
2016-08-16 02:33:16 -04:00 |
|
Fredrik Johansson
|
3a4005d1e1
|
more arb_hypgeom wrappers
|
2016-07-07 01:49:25 +02:00 |
|
Fredrik Johansson
|
3f872d074c
|
document arb_hypgeom
|
2016-07-06 20:34:26 +02:00 |
|
Fredrik Johansson
|
1835534cae
|
incomplete beta function
|
2016-05-19 15:43:15 +02:00 |
|
Fredrik Johansson
|
f0dbadc14b
|
add logistic map example program
|
2016-05-17 14:36:12 +02:00 |
|
Fredrik Johansson
|
5d77920f43
|
pfq_series_sum: implement binary splitting and rectangular splitting -> greatly speeds up Y_n(z), K_n(z) and other functions at high precision, and speeds up high-order parameter derivatives
|
2016-05-16 18:40:45 +02:00 |
|
Fredrik Johansson
|
6f294eab35
|
add poly is_zero, is_one, is_x methods
|
2016-05-16 12:33:16 +02:00 |
|
Fredrik Johansson
|
9ef9f79145
|
2F1: allow computing finite limits for inexact parameters differing by integers
|
2016-05-10 17:21:26 +02:00 |
|
Fredrik Johansson
|
f10d1de631
|
document some arf low-level methods
|
2016-04-29 14:04:49 +02:00 |
|
Fredrik Johansson
|
20159fcc4f
|
Merge remote-tracking branch 'origin/master'
|
2016-04-29 13:50:19 +02:00 |
|
Fredrik Johansson
|
13bbbd92c6
|
add arf_frexp
|
2016-04-29 13:50:05 +02:00 |
|
alex
|
427c397a46
|
ENH: arb poly scalar mul and div
|
2016-04-28 10:56:13 -04:00 |
|
Fredrik Johansson
|
7597e44344
|
Merge pull request #141 from argriffing/acb-poly-scalar-helpers
ENH: acb poly scalar mul and div convenience functions
|
2016-04-28 11:39:55 +02:00 |
|
alex
|
ae3777314d
|
ENH: acb poly scalar mul and div convenience functions
|
2016-04-27 21:23:54 -04:00 |
|
Fredrik Johansson
|
c56b809bb7
|
Merge remote-tracking branch 'origin/master'
|
2016-04-28 01:47:09 +02:00 |
|
Fredrik Johansson
|
6e48b12f37
|
ARF_RND_NEAR should now work everywhere (not tested for div, sqrt, rsqrt, root)
|
2016-04-28 01:46:50 +02:00 |
|
Fredrik Johansson
|
53b6db89d3
|
Merge pull request #140 from argriffing/gamma-lower-series
ENH: add incomplete gamma lower series
|
2016-04-27 23:17:20 +02:00 |
|
Fredrik Johansson
|
8e6bee9824
|
document license (LGPL)
|
2016-04-26 17:48:35 +02:00 |
|
alex
|
9e2c631de8
|
ENH: add incomplete gamma lower series
|
2016-04-25 14:01:56 -04:00 |
|
Fredrik Johansson
|
9247b026b2
|
Merge pull request #137 from argriffing/docs-typo-2
DOC: typos
|
2016-04-22 15:46:39 +02:00 |
|
Fredrik Johansson
|
9c00e3a69f
|
Merge pull request #134 from argriffing/move-incomplete-gamma-series
MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom
|
2016-04-22 15:46:29 +02:00 |
|
alex
|
96add10c9b
|
DOC: more typos
|
2016-04-21 18:42:02 -04:00 |
|
alex
|
c49f5ff5b6
|
DOC: typos
|
2016-04-21 12:28:46 -04:00 |
|
alex
|
2ef8db5c16
|
MAINT: fix upper gamma series regularized=2
|
2016-04-21 12:13:28 -04:00 |
|
alex
|
7008991878
|
ENH: regularization of upper incomplete gamma series
|
2016-04-20 17:43:59 -04:00 |
|
Ricky E. Farr
|
73011a5386
|
Add arb_sqr and acb_sqr functions and documentation
|
2016-04-20 06:15:31 -04:00 |
|
alex
|
c0bd423eef
|
DOC: function name typo
|
2016-04-19 16:40:07 -04:00 |
|
alex
|
650d891efc
|
MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom
|
2016-04-19 15:27:53 -04:00 |
|
Fredrik Johansson
|
0380515879
|
Merge pull request #133 from argriffing/hypgeom-gamma-lower
ENH: add lower gamma
|
2016-04-19 01:45:04 +02:00 |
|
alex
|
e2d125532e
|
DOC: more equations for lower gamma
|
2016-04-18 19:25:01 -04:00 |
|
alex
|
3b29ecee3e
|
docs typo
|
2016-04-18 19:12:19 -04:00 |
|
alex
|
53fb93bbdd
|
MAINT: use acb_hypgeom_m for lower incomplete gamma
|
2016-04-18 19:03:26 -04:00 |
|
alex
|
0f280312a8
|
ENH: add lower gamma
|
2016-04-15 20:34:50 -04:00 |
|
Fredrik Johansson
|
ce31cfdc05
|
arf_neg_round supports ARF_RND_NEAR; add test code
|
2016-04-15 15:39:35 +02:00 |
|
Fredrik Johansson
|
16f6ebd87b
|
support ARF_RND_NEAR in arf_mul_* methods
|
2016-04-15 15:27:34 +02:00 |
|
alex
|
9244c07d67
|
ENH: compute frobenius norm interval
|
2016-04-06 12:25:57 -04:00 |
|
alex
|
eb9573c61c
|
MAINT: fro -> frobenius
|
2016-04-06 11:32:51 -04:00 |
|
alex
|
2f0ec37027
|
ENH: frobenius norm
|
2016-04-05 18:47:36 -04:00 |
|
Fredrik Johansson
|
8549def010
|
Merge pull request #125 from argriffing/arb-min-max
ENH: arb min and max
|
2016-04-05 21:19:48 +02:00 |
|