Link to Arblib.jl; fix for some new sphinx bugs

This commit is contained in:
fredrik 2020-05-28 12:44:40 +02:00
parent 60783cbf08
commit 5ab3404823
3 changed files with 7 additions and 1 deletions

View file

@ -16,3 +16,5 @@ div.body {
max-width: 100%;
}
li p { margin: 0.2em; }

View file

@ -240,7 +240,7 @@ Bibliography
.. [Leh1970] \R. S. Lehman, "On the Distribution of Zeros of the Riemann Zeta-Function", Proc. of the London Mathematical Society 20(3) (1970), 303-320, https://doi.org/10.1112/plms/s3-20.2.303
.. [Mic2007] \N. Michel, "Precise Coulomb wave functions for a wide range of complex l, η and z", Computer Physics Communications, Volume 176, Issue 3, (2007), 232-249, https://doi.org/10.1016/j.cpc.2006.10.004
.. [Mic2007] \N. Michel, "Precise Coulomb wave functions for a wide range of complex l, eta and z", Computer Physics Communications, Volume 176, Issue 3, (2007), 232-249, https://doi.org/10.1016/j.cpc.2006.10.004
.. [Miy2010] \S. Miyajima, "Fast enclosure for all eigenvalues in generalized eigenvalue problems", Journal of Computational and Applied Mathematics, 233 (2010), 2994-3004, https://dx.doi.org/10.1016/j.cam.2009.11.048

View file

@ -187,8 +187,12 @@ Computer algebra systems and wrappers
* Real balls: http://nemocas.github.io/Nemo.jl/latest/arb.html
* Complex balls: http://nemocas.github.io/Nemo.jl/latest/acb.html
* Arblib.jl (https://github.com/kalmarek/Arblib.jl) is a thin, efficient
Julia wrapper around Arb.
* Other wrappers include:
* ArbNumerics (Julia): https://github.com/JeffreySarnoff/ArbNumerics.jl
* ArbFloats (Julia): https://github.com/JuliaArbTypes/ArbFloats.jl
* A Java wrapper using JNA: https://github.com/crowlogic/arb/