Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More matrix exponential methods #69

Open
3 tasks
jarlebring opened this issue Aug 24, 2021 · 1 comment
Open
3 tasks

More matrix exponential methods #69

jarlebring opened this issue Aug 24, 2021 · 1 comment

Comments

@jarlebring
Copy link
Contributor

jarlebring commented Aug 24, 2021

Wish-list / todo-list for more matrix exponential methods

  • An implementation of A. H. Al-Mohy and N. J. Higham, A new scaling and squaring algorithm
    for the matrix exponential, SIAM J. Matrix Anal. Appl., 31(3), (2009)
    This is basically the same as Higham 2005, but with a more accurate backward error estimate which in practice leads to less multiplications. The method behind expm in recent versions of matlab.
  • expmpoly: http://personales.upv.es/~jorsasma/software/expmpol.m described in Boosting the computation of the matrix exponential, Appl. Math. Comput., 2018 Requires only multiplications - no inverse. Main computation code can be generated with graph_exp_sid in GraphMatFun.jl.
  • ExpMethodArbitraryPrecision. Arbitrary precision scaling-and-squaring: https://epubs.siam.org/doi/10.1137/18M1228876?mobileUi=0
@ChrisRackauckas
Copy link
Member

Nice! Yeah, an arbitrary precision one would be very nice for the ecosystem. We've very much been missing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants