pub struct Factor {
pub poly: Vec<BigRational>,
pub multiplicity: usize,
}Expand description
A polynomial factor with multiplicity.
Fields§
§poly: Vec<BigRational>The polynomial factor
multiplicity: usizeMultiplicity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Factor
impl RefUnwindSafe for Factor
impl Send for Factor
impl Sync for Factor
impl Unpin for Factor
impl UnsafeUnpin for Factor
impl UnwindSafe for Factor
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