Wrapper to the package DifferentialEquations.jl

Warning

This is work in progress.

Several packages in the SciML organization provide wrappers to BifurcationKit. On can mention

  1. ModelingToolkit and the tutorials
  2. Catalyst and the tutorials

Work in progress

Use the LinearSolve.jl for handling the linear problems and also NonlinearSolve.jl whenever possible. The use of LinearSolve.jl allows to re-use Krylov spaces in between continuation steps.