Solvers
Types
DiffEqBase.DEAlgorithm — Type.abstract type DEAlgorithmType traits
Missing docstring.
Missing docstring for DiffEqBase.isautodifferentiable. Check Documenter's build log for details.
Missing docstring.
Missing docstring for DiffEqBase.isadaptive. Check Documenter's build log for details.
Missing docstring.
Missing docstring for DiffEqBase.isdiscrete. Check Documenter's build log for details.
Interface
Missing docstring.
Missing docstring for DiffEqBase.init_call. Check Documenter's build log for details.
Missing docstring.
Missing docstring for DiffEqBase.init. Check Documenter's build log for details.
Missing docstring.
Missing docstring for DiffEqBase.solve_call. Check Documenter's build log for details.
Missing docstring.
Missing docstring for DiffEqBase.solve. Check Documenter's build log for details.
Tableaus
DiffEqBase.Tableau — Type.abstract type TableauDiffEqBase.ODERKTableau — Type.abstract type ODERKTableau <: DiffEqBase.TableauDiffEqBase.ImplicitRKTableau — Type.mutable struct ImplicitRKTableau{MType<:(AbstractArray{T,2} where T), VType<:(AbstractArray{T,1} where T)} <: DiffEqBase.ODERKTableauHolds a tableau which defines an implicit Runge-Kutta method.
DiffEqBase.ExplicitRKTableau — Type.mutable struct ExplicitRKTableau{MType<:(AbstractArray{T,2} where T), VType<:(AbstractArray{T,1} where T), fsal} <: DiffEqBase.ODERKTableauHolds a tableau which defines an explicit Runge-Kutta method.