Skip to main content

count_diffs

Function count_diffs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn count_diffs( q: *const CompilerResult, ) -> usize
Expand description

Returns the number of differential equations.

Generally, it should be the same as the number of states.

ยงSafety

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