-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
Nice! Yeah, an arbitrary precision one would be very nice for the ecosystem. We've very much been missing it |
Adding this method to the list, which appears to be the
|
Existing but old implementation of the above here: https://github.com/marcusps/ExpmV.jl. New StaticArrays-specific implementation here: https://github.com/jecs/StaticExpmv.jl. |
The methods in this setting are to compute the martix |
ExponentialUtilities.jl already contains |
Wish-list / todo-list for more matrix exponential methods
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.graph_exp_sid
inGraphMatFun.jl
.ExpMethodArbitraryPrecision
. Arbitrary precision scaling-and-squaring: https://epubs.siam.org/doi/10.1137/18M1228876?mobileUi=0The text was updated successfully, but these errors were encountered: