You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
For mathematical standpoint, provide convergence plot, A-stable, and so on for Runge-Kutta(explicit, implicit), multistep method will be a lot of helpful for beginners' numerical study.
And when I ran the test.jl, I found the codes seemed are not optimized, while I found adding @inbounds to turn off bound check only can provide very limited boost.