pub struct F4Config {
pub order: MonomialOrder,
pub max_iterations: u32,
pub optimize_matrix: bool,
}Expand description
Configuration for F4 algorithm.
Fields§
§order: MonomialOrderMonomial order to use.
max_iterations: u32Maximum number of iterations.
optimize_matrix: boolEnable matrix optimization.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for F4Config
impl RefUnwindSafe for F4Config
impl Send for F4Config
impl Sync for F4Config
impl Unpin for F4Config
impl UnsafeUnpin for F4Config
impl UnwindSafe for F4Config
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