Skip to main content

ptr_obs

Function ptr_obs 

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

Returns a pointer to the observables (count_obs doubles).

The function calling execute reads the observables from this area.

ยงSafety

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