@@ -18,21 +18,21 @@ import SimpleDiffEq
1818
1919The following ODE solvers are available:
2020
21- - ` SimpleTsit5 ` - A fixed timestep integrator form of Tsit5. Not compatible with events.
22- - ` SimpleATsit5 ` - An adaptive Tsit5 with an interpolation in its simplest form. Not compatible with events.
23- - ` GPUSimpleATsit5 ` - A version of ` SimpleATsit5 ` without the integrator interface. Only allows ` solve ` .
24- - ` SimpleEuler ` - A fixed timestep bare-bones Euler implementation with integrators.
25- - ` SimpleRK4 ` - A fixed timestep bare-bones RK4 implementation with integrators.
26- - ` GPUSimpleVern7 ` - A fully static Vern7 for specialized compilation to accelerators like GPUs and TPUs.
27- - ` GPUSimpleVern9 ` - A fully static Vern9 for specialized compilation to accelerators like GPUs and TPUs.
28- - ` GPUSimpleTsit5 ` - A fully static Tsit5 for specialized compilation to accelerators.
29- - ` GPUSimpleRK4 ` - A fully static RK4 for specialized compilation to accelerators.
30- - ` GPUSimpleEuler ` - A fully static Euler for specialized compilation to accelerators.
31- - ` LoopEuler ` - A fixed timestep bare-bones Euler. Not compatible with events or the integrator interface.
32- - ` LoopRK4 ` - A fixed timestep bare-bones RK4. Not compatible with events or the integrator interface.
21+ - `` SimpleTsit5 ` ` - A fixed timestep integrator form of Tsit5. Not compatible with events.
22+ - `` SimpleATsit5 ` ` - An adaptive Tsit5 with an interpolation in its simplest form. Not compatible with events.
23+ - `` GPUSimpleATsit5 `` - A version of SimpleATsit5 without the integrator interface. Only allows ` solve ` .
24+ - `` SimpleEuler ` ` - A fixed timestep bare-bones Euler implementation with integrators.
25+ - `` SimpleRK4 ` ` - A fixed timestep bare-bones RK4 implementation with integrators.
26+ - `` GPUSimpleVern7 ` ` - A fully static Vern7 for specialized compilation to accelerators like GPUs and TPUs.
27+ - `` GPUSimpleVern9 ` ` - A fully static Vern9 for specialized compilation to accelerators like GPUs and TPUs.
28+ - `` GPUSimpleTsit5 ` ` - A fully static Tsit5 for specialized compilation to accelerators.
29+ - `` GPUSimpleRK4 ` ` - A fully static RK4 for specialized compilation to accelerators.
30+ - `` GPUSimpleEuler ` ` - A fully static Euler for specialized compilation to accelerators.
31+ - `` LoopEuler ` ` - A fixed timestep bare-bones Euler. Not compatible with events or the integrator interface.
32+ - `` LoopRK4 ` ` - A fixed timestep bare-bones RK4. Not compatible with events or the integrator interface.
3333
3434## SDE Solvers
3535
3636The following SDE solvers are available:
3737
38- - ` SimpleEM ` - A fixed timestep solve method for Euler-Maruyama. Only works with non-colored Gaussian noise.
38+ - `` SimpleEM ` ` - A fixed timestep solve method for Euler-Maruyama. Only works with non-colored Gaussian noise.
0 commit comments