VecZnxBigAutomorphismInplace

Trait VecZnxBigAutomorphismInplace 

Source
pub trait VecZnxBigAutomorphismInplace<B: Backend> {
    // Required method
    fn vec_znx_big_automorphism_inplace<R>(
        &self,
        p: i64,
        res: &mut R,
        res_col: usize,
        scratch: &mut Scratch<B>,
    )
       where R: VecZnxBigToMut<B>;
}

Required Methods§

Source

fn vec_znx_big_automorphism_inplace<R>( &self, p: i64, res: &mut R, res_col: usize, scratch: &mut Scratch<B>, )
where R: VecZnxBigToMut<B>,

Applies the automorphism X^i -> X^ik on a and stores the result on a.

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§