Skip to main content

solve

Function solve 

Source
pub fn solve(prob: &Problem, solver: &Solver, opts: &Options) -> Solution
Expand description

Integrates the ODE problem using the given solver and options.

Internally uses vectorized (dense array) state representation for performance.