VecZnxDftAlloc

Trait VecZnxDftAlloc 

Source
pub trait VecZnxDftAlloc<B: Backend> {
    // Required method
    fn vec_znx_dft_alloc(&self, cols: usize, size: usize) -> VecZnxDftOwned<B>;
}

Required Methods§

Source

fn vec_znx_dft_alloc(&self, cols: usize, size: usize) -> VecZnxDftOwned<B>

Implementors§