Skip to main content

ptr_params

Function ptr_params 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ptr_params( q: *mut CompilerResult, ) -> *mut f64
Expand description

Returns a pointer to the parameters (count_params doubles).

The function calling execute should write the parameters in this area.

ยงSafety

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