SciML / DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.
https://docs.sciml.ai/DiffEqDocs/stable/
Other
2.85k stars 226 forks source link

AbstractDiffEqOperator absent #445

Open jwscook opened 5 years ago

jwscook commented 5 years ago

In trying to create a LinearExponential integrator, see #444, I have found that the docs page http://docs.juliadiffeq.org/latest/solvers/ode_solve.html#Exponential-Methods-for-Linear-and-Affine-Problems-1 gives a link from AbstractDiffEqOperator to http://docs.juliadiffeq.org/latest/solvers/features/diffeq_operator.html which gives 404.

On tab completion I see no AbstractDiffEqOperator:

julia> DifferentialEquations.Abstract
AbstractAnalyticalProblem   AbstractDiffEqArray          AbstractMultiScaleArray      AbstractMultiScaleArrayHead  AbstractMultiScaleArrayLeaf  AbstractVectorOfArray

version info

Version 1.1.0-rc2.0 (2019-01-13)
[0c46a032] DifferentialEquations v6.3.0

Has AbstractDiffEqOperator has been renamed, and/or has LinearExponential been otherwise refactored?

ChrisRackauckas commented 5 years ago

AbstractDiffEqOperator is not exported and not meant to be used by users.

ChrisRackauckas commented 5 years ago

The page it should be linking to is http://docs.juliadiffeq.org/latest/features/diffeq_operator.html