Skip to main content

callable_quad_fast

Function callable_quad_fast 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn callable_quad_fast( n: usize, xx: *const f64, f: *const usize, ) -> f64
Expand description

Interface for Sympy’s LowLevelCallable.

§Safety

1. If the model cannot be compiled to a fast function, NULL is returned.
2. The resulting function lives as long as q does and should not be stored
    separately.