Expand description
C FFI functions for extracting data from and freeing SolutionWrapper objects.
Provides extern "C" functions to retrieve the time points, state values, and sensitivities
from a SolutionWrapper, and to free the wrapper when no longer needed.
Functions§
- diffsol_
solution_ ⚠wrapper_ free - Free a solution wrapper previously returned by this library.
- diffsol_
solution_ ⚠wrapper_ get_ sens - Return the recorded forward sensitivities as a list of host arrays.
- diffsol_
solution_ ⚠wrapper_ get_ ts - Return the recorded solution times as a host array.
- diffsol_
solution_ ⚠wrapper_ get_ ys - Return the recorded solution values as a host array.