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