-
Notifications
You must be signed in to change notification settings - Fork 0
Implement the CommonSolve interface #173
Copy link
Copy link
Open
Labels
Description
See: https://github.com/SciML/CommonSolve.jl
- implement struct ProblemType
- implement struct SolverType
- implement struct SolutionType
- implement function init()
- implement function solve!()
- implement function solve()
solve(args...; kwargs...) = solve!(init(args...; kwargs...))init(::ProblemType, args...; kwargs...)::SolverType
solve!(::SolverType)::SolutionTypeReactions are currently unavailable