Skip to main content

Module solution_wrapper

Module solution_wrapper 

Source
Expand description

Solution wrapper for the dynamic dispatch API.

This module defines SolutionWrapper, a thread-safe handle around a type-erased ODE solution. Returned by all solve methods on OdeWrapper, it provides methods to extract the solution data:

SolutionWrapper implements Serialize, serializing as {ts, ys, sensitivities}.

Structsยง

SolutionWrapper