pub trait VecZnxBigBytesOf {
// Required method
fn bytes_of_vec_znx_big(&self, cols: usize, size: usize) -> usize;
}Expand description
Returns the size in bytes to allocate a crate::layouts::VecZnxBig.
pub trait VecZnxBigBytesOf {
// Required method
fn bytes_of_vec_znx_big(&self, cols: usize, size: usize) -> usize;
}Returns the size in bytes to allocate a crate::layouts::VecZnxBig.