Skip to main content

run

Function run 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn run( _q: *mut CompilerResult, _du: *mut f64, _u: *const f64, _ns: usize, _p: *const f64, _np: usize, _t: f64, ) -> bool
Expand description

Deprecated. Previously used for interfacing to DifferentialEquation.jl. It is replaced with https://github.com/siravan/SymJit.jl.

ยงSafety

Deprecated. No effects.