pub struct ModuleVec(pub Vec<Poly>);Expand description
Column vector of ring elements (time domain).
Tuple Fields§
§0: Vec<Poly>Trait Implementations§
impl Eq for ModuleVec
impl StructuralPartialEq for ModuleVec
Auto Trait Implementations§
impl Freeze for ModuleVec
impl RefUnwindSafe for ModuleVec
impl Send for ModuleVec
impl Sync for ModuleVec
impl Unpin for ModuleVec
impl UnsafeUnpin for ModuleVec
impl UnwindSafe for ModuleVec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more