Skip to main content

evaluate

Function evaluate 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn evaluate( q: *mut CompilerResult, args: *const f64, nargs: usize, outs: *mut f64, nouts: usize, ) -> bool
Expand description

Evaluates the compiled function. This is for Symbolica compatibility.

ยงSafety

it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.