Commit graph

1298 commits

Author SHA1 Message Date
Fredrik Johansson
ca947bf1ae add mag_sub and mag_expinv 2016-03-14 02:05:07 +01:00
Fredrik Johansson
2c7cb96656 logarithmic integral of power series 2016-03-13 04:11:14 +01:00
Fredrik Johansson
f50489aa1d series expansions of trigonometric and hyperbolic integrals 2016-03-13 03:42:47 +01:00
Fredrik Johansson
72d40364c6 add arb_poly_sinc_series, acb_poly_sinc_series 2016-03-13 00:22:17 +01:00
Fredrik Johansson
da407b2a2d exponential integral Ei of power series 2016-03-12 22:49:26 +01:00
Fredrik Johansson
7ee1a37772 Merge remote-tracking branch 'origin/master' 2016-03-12 20:17:23 +01:00
Fredrik Johansson
4c3d1032b2 add an alternative color function 2016-03-12 20:17:09 +01:00
Fredrik Johansson
e8b9100478 use basecase division for short power series divisions 2016-03-12 03:12:38 +01:00
Fredrik Johansson
3d7f69c871 Merge pull request #116 from argriffing/use-mag-bits-constant
MAINT: 30 -> MAG_BITS
2016-03-11 21:10:11 +01:00
alex
01b07dc01e MAINT: 30 -> MAG_BITS 2016-03-11 12:42:40 -05:00
Fredrik Johansson
a8acd8e205 Merge pull request #115 from argriffing/more-typos
TYPO: 'than than' -> 'than', res->*res*
2016-03-11 17:35:57 +01:00
alex
5b1e846be3 TYPO: 'than than' -> 'than', res->*res* 2016-03-11 11:26:15 -05:00
Fredrik Johansson
d1ac8dc4b9 sinh and cosh for power series 2016-03-11 03:40:31 +01:00
Fredrik Johansson
daf20eaf61 tweak arb/acb_poly_inv_series 2016-03-10 23:01:41 +01:00
Fredrik Johansson
11755ee3d4 erf, erfc, erfi of power series in the acb_hypgeom module 2016-03-10 15:52:43 +01:00
Fredrik Johansson
2330eae68a add a link 2016-03-10 12:31:28 +01:00
Fredrik Johansson
cda7f0503a support computing the regularized incomplete gamma function 2016-03-10 01:35:18 +01:00
Fredrik Johansson
daa5a20aa8 series expansions of Airy functions 2016-03-09 15:10:17 +01:00
Fredrik Johansson
80cb3ce8b4 doc editing 2016-03-09 13:27:00 +01:00
Fredrik Johansson
054875b3df Merge pull request #110 from argriffing/cholesky-banachiewicz
enh: linear algebra functions for symmetric positive definite (spd) matrices
2016-03-09 13:22:28 +01:00
alex
7cc76dd223 DOC: LDL decomposition 2016-03-08 18:55:29 -05:00
alex
2c35b72b36 ENH: inverses based on precomputed decompositions 2016-03-08 17:56:49 -05:00
alex
a9934c5780 ENH: LDL decomposition 2016-03-08 14:30:36 -05:00
alex
d0bdba1c2b MAINT: remove spd det prototypes 2016-03-08 12:10:08 -05:00
alex
e3be9b4f45 MAINT: remove cholesky-related determinant calculations 2016-03-08 11:42:15 -05:00
Fredrik Johansson
69564af91c agm(1,-1) = 0 2016-03-08 17:19:54 +01:00
alex
de86dd288d DOC: spd linalg docs 2016-03-07 21:57:58 -05:00
alex
2ea01f5bfd ENH: linear algebra for symmetric positive definite matrices 2016-03-07 16:19:18 -05:00
Fredrik Johansson
b9aab31961 support round-to-nearest in arf_set_round 2016-03-07 17:53:54 +01:00
Fredrik Johansson
f64ae0afc5 note on algorithm for corner case of 2F1 2016-03-07 16:55:26 +01:00
Fredrik Johansson
0c336d0d27 more notes on error bounds for hypergeometric series 2016-03-07 16:42:52 +01:00
Fredrik Johansson
6f9ebe7871 with several equations in one math block, sphinx now creates a right-aligning align environment 2016-03-06 23:26:01 +01:00
Fredrik Johansson
d3f69b7aca hack to speed up conversion to decimal with huge numbers 2016-03-06 19:16:41 +01:00
Fredrik Johansson
11a26572a4 give the formula for the second derivative 2016-03-06 17:37:15 +01:00
Fredrik Johansson
13c4992253 speed up partition function for n < 1000 2016-03-06 16:15:21 +01:00
Fredrik Johansson
681e4cb414 fast approximate partition function (arb_partitions_fmpz/ui) 2016-03-06 04:50:22 +01:00
Fredrik Johansson
24690e02d3 more credits 2016-03-05 23:50:11 +01:00
Fredrik Johansson
6b39c9e000 Merge pull request #109 from argriffing/entrywise-matrix-power-truncation
ENH: better entrywise truncation errors for matrix powers
2016-03-04 20:26:53 +01:00
alex
e443f3c4a1 ENH: better entrywise truncation errors for matrix powers 2016-03-04 13:52:09 -05:00
Fredrik Johansson
846e14c0a9 public functions arb_mat_exp_taylor_sum / acb_mat_exp_taylor_sum 2016-03-04 15:46:09 +01:00
Fredrik Johansson
b6761ab6ed refer to older versions 2016-03-04 13:34:40 +01:00
Fredrik Johansson
86b1a4a350 latex output: use tt url style 2016-03-04 13:07:04 +01:00
Fredrik Johansson
61d789b24f Merge pull request #107 from argriffing/remove-fmpz-mat-extras
MAINT: remove fmpz_mat_extras
2016-03-04 13:03:11 +01:00
Fredrik Johansson
318536aa61 Merge pull request #106 from argriffing/exp-nilpotent
ENH: use nilpotency degree to improve matrix exp error bounds
2016-03-04 12:33:37 +01:00
alex
88e0167c21 MAINT: remove fmpz_mat_extras 2016-03-04 00:54:40 -05:00
alex
2d8a5223e7 ENH: use nilpotency degree to improve exp error bounds 2016-03-04 00:22:30 -05:00
Fredrik Johansson
7746b9afa9 add generalized hypergeometric function acb_hypgeom_pfq 2016-03-04 04:43:42 +01:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
Fredrik Johansson
330d807ede more on 'Using ball arithmetic' 2016-03-03 14:21:50 +01:00
Fredrik Johansson
4fa369cd62 the latest git version of sphinx fixed the tocdepth problem 2016-03-03 04:49:39 +01:00