VecZnxBigAlloc

Trait VecZnxBigAlloc 

Source
pub trait VecZnxBigAlloc<B: Backend> {
    // Required method
    fn vec_znx_big_alloc(&self, cols: usize, size: usize) -> VecZnxBigOwned<B>;
}
Expand description

Required Methods§

Source

fn vec_znx_big_alloc(&self, cols: usize, size: usize) -> VecZnxBigOwned<B>

Implementors§