Struct calcu_rs::polynomial::GPE
source · pub struct GPE {
terms: Vec<(Expr, VarPow)>,
}
Expand description
general polynomial expression (GPE), store elements of a sum as a coeff and var pair.
Fields§
§terms: Vec<(Expr, VarPow)>
Implementations§
Trait Implementations§
impl Eq for GPE
impl StructuralPartialEq for GPE
Auto Trait Implementations§
impl Freeze for GPE
impl RefUnwindSafe for GPE
impl !Send for GPE
impl !Sync for GPE
impl Unpin for GPE
impl UnwindSafe for GPE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)