Solutions
Base types
The type alias DESolution is a union of the base problem types DiffEqBase.AbstractTimeseriesSolution, DiffEqBase.AbstractNoTimeSolution, DiffEqBase.AbstractEnsembleSolution, and DiffEqBase.AbstractNoiseProcess.
DiffEqBase.DESolution — Constant.Union of all base solution types.
abstract type AbstractNoTimeSolution <: AbstractArray{T,N}abstract type AbstractTimeseriesSolution <: RecursiveArrayTools.AbstractDiffEqArray{T,N}Interface
TODO