SvpPPolBytesOf

Trait SvpPPolBytesOf 

Source
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.

Required Methods§

Source

fn bytes_of_svp_ppol(&self, cols: usize) -> usize

Implementors§