Skip to main content

diffsol_ode_set_param_rtol

Function diffsol_ode_set_param_rtol 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_ode_set_param_rtol( ode: *mut OdeWrapper, value_is_some: i32, value: f64, ) -> i32
Expand description

Set the optional adjoint parameter relative tolerance.

ยงSafety

ode must be a valid mutable pointer created by this library.