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