[][src]Struct poly::Polynomial

pub struct Polynomial<T> { /* fields omitted */ }

Implementations

impl<T: Display + One + Zero + PartialEq> Polynomial<T>[src]

pub fn to_display<'a, 'b>(
    &'b self,
    variable: &'a str
) -> DisplayPolynomial<'a, 'b, T>
[src]

impl<T> Polynomial<T>[src]

pub fn order(&self) -> i32[src]

pub fn reverse_coeffs(&self) -> &SmallVec<[T; 8]>[src]

pub fn into_coeffs(self) -> SmallVec<[T; 8]>[src]

pub fn into_reverse_coeffs(self) -> SmallVec<[T; 8]>[src]

pub fn coeffs(&self) -> SmallVec<[T; 8]> where
    T: Clone
[src]

pub fn new(coefficients: SmallVec<[T; 8]>) -> Self where
    T: Zero
[src]

pub fn new_reversed(rev_coeffs: SmallVec<[T; 8]>) -> Self where
    T: Zero
[src]

pub fn eval<X, Y>(&self, x: X) -> Y where
    T: Zero,
    &'l T: Mul<&'r X, Output = Y>,
    X: for<'r> MulAssign<&'r X> + One,
    Y: AddAssign + Zero
[src]

pub fn eval_precise<X, Y>(&self, x: X) -> Y where
    T: Zero + Clone + Into<Y>,
    &'l X: Pow<i32, Output = X>,
    Y: MulAddAssign<X, Y> + Zero,
    &'l T: Mul<X, Output = Y>, 
[src]

pub fn eval_der<X, Y>(&self, x: X, n: i32) -> Y where
    T: Zero + FromPrimitive + for<'r> Mul<&'r X, Output = Y>,
    &'l T: Mul<T, Output = T>,
    X: for<'r> MulAssign<&'r X> + One,
    Y: AddAssign + Zero
[src]

pub fn eval_der_precise<X, Y>(&self, x: X, n: i32) -> Y where
    T: Zero + FromPrimitive + Into<Y>,
    &'l T: Mul<T, Output = T>,
    &'l X: Pow<i32, Output = X>,
    Y: MulAddAssign<X, Y> + Zero + Clone,
    &'l T: Mul<X, Output = Y>, 
[src]

pub fn div_rem(&self, rhs: &Self) -> (Self, Self) where
    T: Zero + Clone + for<'r> AddAssign<&'r T> + SubAssign,
    &'l T: Mul<&'r T, Output = T> + Div<&'r T, Output = T>, 
[src]

Trait Implementations

impl<'_, T> Add<&'_ Polynomial<T>> for Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the + operator.

impl<'_, '_, T> Add<&'_ Polynomial<T>> for &'_ Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero + Clone
[src]

type Output = Polynomial<T>

The resulting type after applying the + operator.

impl<T> Add<Polynomial<T>> for Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the + operator.

impl<'_, T> Add<Polynomial<T>> for &'_ Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the + operator.

impl<'_, T> AddAssign<&'_ Polynomial<T>> for Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

impl<T> AddAssign<Polynomial<T>> for Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

impl<T: Clone> Clone for Polynomial<T>[src]

impl<T: Debug> Debug for Polynomial<T>[src]

impl<T: Eq> Eq for Polynomial<T>[src]

impl<'_> Mul<&'_ Polynomial<BigInt>> for BigInt[src]

type Output = Polynomial<BigInt>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<BigInt>> for &'_ BigInt[src]

type Output = Polynomial<BigInt>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<BigUint>> for BigUint[src]

type Output = Polynomial<BigUint>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<BigUint>> for &'_ BigUint[src]

type Output = Polynomial<BigUint>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<f32>>> for Complex<f32>[src]

type Output = Polynomial<Complex<f32>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<f32>>> for &'_ Complex<f32>[src]

type Output = Polynomial<Complex<f32>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<f64>>> for Complex<f64>[src]

type Output = Polynomial<Complex<f64>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<f64>>> for &'_ Complex<f64>[src]

type Output = Polynomial<Complex<f64>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<i16>>> for Complex<i16>[src]

type Output = Polynomial<Complex<i16>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<i16>>> for &'_ Complex<i16>[src]

type Output = Polynomial<Complex<i16>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<i32>>> for Complex<i32>[src]

type Output = Polynomial<Complex<i32>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<i32>>> for &'_ Complex<i32>[src]

type Output = Polynomial<Complex<i32>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<i64>>> for Complex<i64>[src]

type Output = Polynomial<Complex<i64>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<i64>>> for &'_ Complex<i64>[src]

type Output = Polynomial<Complex<i64>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<i8>>> for Complex<i8>[src]

type Output = Polynomial<Complex<i8>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<i8>>> for &'_ Complex<i8>[src]

type Output = Polynomial<Complex<i8>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<isize>>> for Complex<isize>[src]

type Output = Polynomial<Complex<isize>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<isize>>> for &'_ Complex<isize>[src]

type Output = Polynomial<Complex<isize>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<u16>>> for Complex<u16>[src]

type Output = Polynomial<Complex<u16>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<u16>>> for &'_ Complex<u16>[src]

type Output = Polynomial<Complex<u16>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<u32>>> for Complex<u32>[src]

type Output = Polynomial<Complex<u32>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<u32>>> for &'_ Complex<u32>[src]

type Output = Polynomial<Complex<u32>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<u64>>> for Complex<u64>[src]

type Output = Polynomial<Complex<u64>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<u64>>> for &'_ Complex<u64>[src]

type Output = Polynomial<Complex<u64>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<u8>>> for Complex<u8>[src]

type Output = Polynomial<Complex<u8>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<u8>>> for &'_ Complex<u8>[src]

type Output = Polynomial<Complex<u8>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Complex<usize>>> for Complex<usize>[src]

type Output = Polynomial<Complex<usize>>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Complex<usize>>> for &'_ Complex<usize>[src]

type Output = Polynomial<Complex<usize>>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Ratio<BigInt>>> for BigRational[src]

type Output = Polynomial<BigRational>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Ratio<BigInt>>> for &'_ BigRational[src]

type Output = Polynomial<BigRational>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Ratio<i32>>> for Rational32[src]

type Output = Polynomial<Rational32>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Ratio<i32>>> for &'_ Rational32[src]

type Output = Polynomial<Rational32>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Ratio<i64>>> for Rational64[src]

type Output = Polynomial<Rational64>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Ratio<i64>>> for &'_ Rational64[src]

type Output = Polynomial<Rational64>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<Ratio<isize>>> for Rational[src]

type Output = Polynomial<Rational>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<Ratio<isize>>> for &'_ Rational[src]

type Output = Polynomial<Rational>

The resulting type after applying the * operator.

impl<'_, '_, T> Mul<&'_ Polynomial<T>> for &'_ Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<'_, T> Mul<&'_ Polynomial<T>> for Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<f32>> for f32[src]

type Output = Polynomial<f32>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<f32>> for &'_ f32[src]

type Output = Polynomial<f32>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<f64>> for f64[src]

type Output = Polynomial<f64>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<f64>> for &'_ f64[src]

type Output = Polynomial<f64>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<i16>> for i16[src]

type Output = Polynomial<i16>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<i16>> for &'_ i16[src]

type Output = Polynomial<i16>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<i32>> for i32[src]

type Output = Polynomial<i32>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<i32>> for &'_ i32[src]

type Output = Polynomial<i32>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<i64>> for i64[src]

type Output = Polynomial<i64>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<i64>> for &'_ i64[src]

type Output = Polynomial<i64>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<i8>> for i8[src]

type Output = Polynomial<i8>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<i8>> for &'_ i8[src]

type Output = Polynomial<i8>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<isize>> for isize[src]

type Output = Polynomial<isize>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<isize>> for &'_ isize[src]

type Output = Polynomial<isize>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<u16>> for u16[src]

type Output = Polynomial<u16>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<u16>> for &'_ u16[src]

type Output = Polynomial<u16>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<u32>> for u32[src]

type Output = Polynomial<u32>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<u32>> for &'_ u32[src]

type Output = Polynomial<u32>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<u64>> for u64[src]

type Output = Polynomial<u64>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<u64>> for &'_ u64[src]

type Output = Polynomial<u64>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<u8>> for u8[src]

type Output = Polynomial<u8>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<u8>> for &'_ u8[src]

type Output = Polynomial<u8>

The resulting type after applying the * operator.

impl<'_> Mul<&'_ Polynomial<usize>> for usize[src]

type Output = Polynomial<usize>

The resulting type after applying the * operator.

impl<'_, '_> Mul<&'_ Polynomial<usize>> for &'_ usize[src]

type Output = Polynomial<usize>

The resulting type after applying the * operator.

impl<'_, T> Mul<&'_ T> for Polynomial<T> where
    T: for<'r> Mul<&'r T, Output = T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<'_, '_, T> Mul<&'_ T> for &'_ Polynomial<T> where
    T: Zero,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl Mul<Polynomial<BigInt>> for BigInt[src]

type Output = Polynomial<BigInt>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<BigInt>> for &'_ BigInt[src]

type Output = Polynomial<BigInt>

The resulting type after applying the * operator.

impl Mul<Polynomial<BigUint>> for BigUint[src]

type Output = Polynomial<BigUint>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<BigUint>> for &'_ BigUint[src]

type Output = Polynomial<BigUint>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<f32>>> for Complex<f32>[src]

type Output = Polynomial<Complex<f32>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<f32>>> for &'_ Complex<f32>[src]

type Output = Polynomial<Complex<f32>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<f64>>> for Complex<f64>[src]

type Output = Polynomial<Complex<f64>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<f64>>> for &'_ Complex<f64>[src]

type Output = Polynomial<Complex<f64>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<i16>>> for Complex<i16>[src]

type Output = Polynomial<Complex<i16>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<i16>>> for &'_ Complex<i16>[src]

type Output = Polynomial<Complex<i16>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<i32>>> for Complex<i32>[src]

type Output = Polynomial<Complex<i32>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<i32>>> for &'_ Complex<i32>[src]

type Output = Polynomial<Complex<i32>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<i64>>> for Complex<i64>[src]

type Output = Polynomial<Complex<i64>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<i64>>> for &'_ Complex<i64>[src]

type Output = Polynomial<Complex<i64>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<i8>>> for Complex<i8>[src]

type Output = Polynomial<Complex<i8>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<i8>>> for &'_ Complex<i8>[src]

type Output = Polynomial<Complex<i8>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<isize>>> for Complex<isize>[src]

type Output = Polynomial<Complex<isize>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<isize>>> for &'_ Complex<isize>[src]

type Output = Polynomial<Complex<isize>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<u16>>> for Complex<u16>[src]

type Output = Polynomial<Complex<u16>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<u16>>> for &'_ Complex<u16>[src]

type Output = Polynomial<Complex<u16>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<u32>>> for Complex<u32>[src]

type Output = Polynomial<Complex<u32>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<u32>>> for &'_ Complex<u32>[src]

type Output = Polynomial<Complex<u32>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<u64>>> for Complex<u64>[src]

type Output = Polynomial<Complex<u64>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<u64>>> for &'_ Complex<u64>[src]

type Output = Polynomial<Complex<u64>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<u8>>> for Complex<u8>[src]

type Output = Polynomial<Complex<u8>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<u8>>> for &'_ Complex<u8>[src]

type Output = Polynomial<Complex<u8>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Complex<usize>>> for Complex<usize>[src]

type Output = Polynomial<Complex<usize>>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Complex<usize>>> for &'_ Complex<usize>[src]

type Output = Polynomial<Complex<usize>>

The resulting type after applying the * operator.

impl Mul<Polynomial<Ratio<BigInt>>> for BigRational[src]

type Output = Polynomial<BigRational>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Ratio<BigInt>>> for &'_ BigRational[src]

type Output = Polynomial<BigRational>

The resulting type after applying the * operator.

impl Mul<Polynomial<Ratio<i32>>> for Rational32[src]

type Output = Polynomial<Rational32>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Ratio<i32>>> for &'_ Rational32[src]

type Output = Polynomial<Rational32>

The resulting type after applying the * operator.

impl Mul<Polynomial<Ratio<i64>>> for Rational64[src]

type Output = Polynomial<Rational64>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Ratio<i64>>> for &'_ Rational64[src]

type Output = Polynomial<Rational64>

The resulting type after applying the * operator.

impl Mul<Polynomial<Ratio<isize>>> for Rational[src]

type Output = Polynomial<Rational>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<Ratio<isize>>> for &'_ Rational[src]

type Output = Polynomial<Rational>

The resulting type after applying the * operator.

impl<'_, T> Mul<Polynomial<T>> for &'_ Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<T> Mul<Polynomial<T>> for Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl Mul<Polynomial<f32>> for f32[src]

type Output = Polynomial<f32>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<f32>> for &'_ f32[src]

type Output = Polynomial<f32>

The resulting type after applying the * operator.

impl Mul<Polynomial<f64>> for f64[src]

type Output = Polynomial<f64>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<f64>> for &'_ f64[src]

type Output = Polynomial<f64>

The resulting type after applying the * operator.

impl Mul<Polynomial<i16>> for i16[src]

type Output = Polynomial<i16>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<i16>> for &'_ i16[src]

type Output = Polynomial<i16>

The resulting type after applying the * operator.

impl Mul<Polynomial<i32>> for i32[src]

type Output = Polynomial<i32>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<i32>> for &'_ i32[src]

type Output = Polynomial<i32>

The resulting type after applying the * operator.

impl Mul<Polynomial<i64>> for i64[src]

type Output = Polynomial<i64>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<i64>> for &'_ i64[src]

type Output = Polynomial<i64>

The resulting type after applying the * operator.

impl Mul<Polynomial<i8>> for i8[src]

type Output = Polynomial<i8>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<i8>> for &'_ i8[src]

type Output = Polynomial<i8>

The resulting type after applying the * operator.

impl Mul<Polynomial<isize>> for isize[src]

type Output = Polynomial<isize>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<isize>> for &'_ isize[src]

type Output = Polynomial<isize>

The resulting type after applying the * operator.

impl Mul<Polynomial<u16>> for u16[src]

type Output = Polynomial<u16>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<u16>> for &'_ u16[src]

type Output = Polynomial<u16>

The resulting type after applying the * operator.

impl Mul<Polynomial<u32>> for u32[src]

type Output = Polynomial<u32>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<u32>> for &'_ u32[src]

type Output = Polynomial<u32>

The resulting type after applying the * operator.

impl Mul<Polynomial<u64>> for u64[src]

type Output = Polynomial<u64>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<u64>> for &'_ u64[src]

type Output = Polynomial<u64>

The resulting type after applying the * operator.

impl Mul<Polynomial<u8>> for u8[src]

type Output = Polynomial<u8>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<u8>> for &'_ u8[src]

type Output = Polynomial<u8>

The resulting type after applying the * operator.

impl Mul<Polynomial<usize>> for usize[src]

type Output = Polynomial<usize>

The resulting type after applying the * operator.

impl<'_> Mul<Polynomial<usize>> for &'_ usize[src]

type Output = Polynomial<usize>

The resulting type after applying the * operator.

impl<T> Mul<T> for Polynomial<T> where
    T: for<'r> Mul<&'r T, Output = T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<'_, T> Mul<T> for &'_ Polynomial<T> where
    T: Zero,
    &'l T: Mul<&'r T, Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the * operator.

impl<'_, T> MulAssign<&'_ Polynomial<T>> for Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

impl<T> MulAssign<Polynomial<T>> for Polynomial<T> where
    T: Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

impl<T> Neg for Polynomial<T> where
    T: Zero,
    &'l T: Neg<Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<'_, T> Neg for &'_ Polynomial<T> where
    T: Zero,
    &'l T: Neg<Output = T>, 
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<T> One for Polynomial<T> where
    T: One + Zero + AddAssign,
    &'l T: Mul<&'r T, Output = T>, 
[src]

impl<T: Ord> Ord for Polynomial<T>[src]

impl<T: PartialEq> PartialEq<Polynomial<T>> for Polynomial<T>[src]

impl<T: PartialOrd> PartialOrd<Polynomial<T>> for Polynomial<T>[src]

impl<T> StructuralEq for Polynomial<T>[src]

impl<T> StructuralPartialEq for Polynomial<T>[src]

impl<'_, T> Sub<&'_ Polynomial<T>> for Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<'_, '_, T> Sub<&'_ Polynomial<T>> for &'_ Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero + Clone
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<T> Sub<Polynomial<T>> for Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<'_, T> Sub<Polynomial<T>> for &'_ Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero + Clone
[src]

type Output = Polynomial<T>

The resulting type after applying the - operator.

impl<'_, T> SubAssign<&'_ Polynomial<T>> for Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero
[src]

impl<T> SubAssign<Polynomial<T>> for Polynomial<T> where
    T: for<'r> SubAssign<&'r T> + Zero
[src]

impl<T> Zero for Polynomial<T> where
    T: for<'r> AddAssign<&'r T> + Zero
[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Polynomial<T> where
    T: RefUnwindSafe

impl<T> Send for Polynomial<T> where
    T: Send

impl<T> Sync for Polynomial<T> where
    T: Sync

impl<T> Unpin for Polynomial<T> where
    T: Unpin

impl<T> UnwindSafe for Polynomial<T> where
    T: RefUnwindSafe + UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, Rhs> NumAssignOps<Rhs> for T where
    T: AddAssign<Rhs> + SubAssign<Rhs> + MulAssign<Rhs> + DivAssign<Rhs> + RemAssign<Rhs>, 
[src]

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]

impl<T, Base> RefNum<Base> for T where
    T: NumOps<Base, Base> + for<'r> NumOps<&'r Base, Base>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.