Trait VecZnxBigFillNormal

Source
pub trait VecZnxBigFillNormal<B: Backend> {
    // Required method
    fn vec_znx_big_fill_normal<R: VecZnxBigToMut<B>>(
        &self,
        basek: usize,
        res: &mut R,
        res_col: usize,
        k: usize,
        source: &mut Source,
        sigma: f64,
        bound: f64,
    );
}

Required Methods§

Source

fn vec_znx_big_fill_normal<R: VecZnxBigToMut<B>>( &self, basek: usize, res: &mut R, res_col: usize, k: usize, source: &mut Source, sigma: f64, bound: f64, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§