Trait surge_halfrate::imports::CoefficientLoadStore
source · [−]pub trait CoefficientLoadStore {
fn load_coefficients(&mut self);
unsafe fn store_coefficients(
&mut self,
coefficient_a: *mut f64,
coefficient_b: *mut f64
);
}