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

Fix Pade approximation and test _exp #691

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Fix Pade approximation and test _exp #691

merged 1 commit into from
Apr 24, 2023

Conversation

schillic
Copy link
Member

In master:

julia> using ReachabilityAnalysis, SparseArrays

julia> using ReachabilityAnalysis: _exp, PadeExpAlg

julia> A = sparse([10.0 0; 0 20]); δ = 0.1;

julia> _exp(A, δ, PadeExpAlg())
ERROR: AssertionError: package `Expokit` is required for this function; do `using Expokit` and try again

julia> using Expokit

julia> _exp(A, δ, PadeExpAlg())
ERROR: AssertionError: package `Expokit` is required for this function; do `using Expokit` and try again

@schillic schillic marked this pull request as ready for review April 22, 2023 16:31
@schillic schillic merged commit 7ebaa11 into master Apr 24, 2023
@schillic schillic deleted the schillic/exp branch April 24, 2023 05:00
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

Successfully merging this pull request may close these issues.

2 participants