Struct alga::general::Additive [−][src]
pub struct Additive;
The addition operator, commonly symbolized by +.
Trait Implementations
impl AbstractMagma<Additive> for u8[src]
impl AbstractMagma<Additive> for u8fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for u16[src]
impl AbstractMagma<Additive> for u16fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for u32[src]
impl AbstractMagma<Additive> for u32fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for u64[src]
impl AbstractMagma<Additive> for u64fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for usize[src]
impl AbstractMagma<Additive> for usizefn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for i8[src]
impl AbstractMagma<Additive> for i8fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for i16[src]
impl AbstractMagma<Additive> for i16fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for i32[src]
impl AbstractMagma<Additive> for i32fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for i64[src]
impl AbstractMagma<Additive> for i64fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for isize[src]
impl AbstractMagma<Additive> for isizefn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for f32[src]
impl AbstractMagma<Additive> for f32fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractMagma<Additive> for f64[src]
impl AbstractMagma<Additive> for f64fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl AbstractSemigroup<Additive> for u8[src]
impl AbstractSemigroup<Additive> for u8fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for u16[src]
impl AbstractSemigroup<Additive> for u16fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for u32[src]
impl AbstractSemigroup<Additive> for u32fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for u64[src]
impl AbstractSemigroup<Additive> for u64fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for usize[src]
impl AbstractSemigroup<Additive> for usizefn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractMonoid<Additive> for u8[src]
impl AbstractMonoid<Additive> for u8fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for u16[src]
impl AbstractMonoid<Additive> for u16fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for u32[src]
impl AbstractMonoid<Additive> for u32fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for u64[src]
impl AbstractMonoid<Additive> for u64fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for usize[src]
impl AbstractMonoid<Additive> for usizefn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl<N: AbstractMagma<Additive>> AbstractMagma<Additive> for Complex<N>[src]
impl<N: AbstractMagma<Additive>> AbstractMagma<Additive> for Complex<N>fn operate(&self, lhs: &Self) -> Self[src]
fn operate(&self, lhs: &Self) -> SelfPerforms an operation.
fn op(&self, _: O, lhs: &Self) -> Self[src]
fn op(&self, _: O, lhs: &Self) -> SelfPerforms specific operation.
impl<N> AbstractSemigroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractSemigroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl<N> AbstractMonoid<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractMonoid<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl<N> AbstractQuasigroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractQuasigroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl<N> AbstractLoop<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractLoop<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, impl<N> AbstractGroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractGroup<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, impl<N> AbstractGroupAbelian<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, [src]
impl<N> AbstractGroupAbelian<Additive> for Complex<N> where
N: AbstractGroupAbelian<Additive>, fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractSemigroup<Additive> for i8[src]
impl AbstractSemigroup<Additive> for i8fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for i16[src]
impl AbstractSemigroup<Additive> for i16fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for i32[src]
impl AbstractSemigroup<Additive> for i32fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for i64[src]
impl AbstractSemigroup<Additive> for i64fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for isize[src]
impl AbstractSemigroup<Additive> for isizefn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractMonoid<Additive> for i8[src]
impl AbstractMonoid<Additive> for i8fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for i16[src]
impl AbstractMonoid<Additive> for i16fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for i32[src]
impl AbstractMonoid<Additive> for i32fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for i64[src]
impl AbstractMonoid<Additive> for i64fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for isize[src]
impl AbstractMonoid<Additive> for isizefn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractQuasigroup<Additive> for i8[src]
impl AbstractQuasigroup<Additive> for i8fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractQuasigroup<Additive> for i16[src]
impl AbstractQuasigroup<Additive> for i16fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractQuasigroup<Additive> for i32[src]
impl AbstractQuasigroup<Additive> for i32fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractQuasigroup<Additive> for i64[src]
impl AbstractQuasigroup<Additive> for i64fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractQuasigroup<Additive> for isize[src]
impl AbstractQuasigroup<Additive> for isizefn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractLoop<Additive> for i8[src]
impl AbstractLoop<Additive> for i8impl AbstractLoop<Additive> for i16[src]
impl AbstractLoop<Additive> for i16impl AbstractLoop<Additive> for i32[src]
impl AbstractLoop<Additive> for i32impl AbstractLoop<Additive> for i64[src]
impl AbstractLoop<Additive> for i64impl AbstractLoop<Additive> for isize[src]
impl AbstractLoop<Additive> for isizeimpl AbstractGroup<Additive> for i8[src]
impl AbstractGroup<Additive> for i8impl AbstractGroup<Additive> for i16[src]
impl AbstractGroup<Additive> for i16impl AbstractGroup<Additive> for i32[src]
impl AbstractGroup<Additive> for i32impl AbstractGroup<Additive> for i64[src]
impl AbstractGroup<Additive> for i64impl AbstractGroup<Additive> for isize[src]
impl AbstractGroup<Additive> for isizeimpl AbstractGroupAbelian<Additive> for i8[src]
impl AbstractGroupAbelian<Additive> for i8fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractGroupAbelian<Additive> for i16[src]
impl AbstractGroupAbelian<Additive> for i16fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractGroupAbelian<Additive> for i32[src]
impl AbstractGroupAbelian<Additive> for i32fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractGroupAbelian<Additive> for i64[src]
impl AbstractGroupAbelian<Additive> for i64fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractGroupAbelian<Additive> for isize[src]
impl AbstractGroupAbelian<Additive> for isizefn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractRing<Additive, Multiplicative> for i8[src]
impl AbstractRing<Additive, Multiplicative> for i8fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRing<Additive, Multiplicative> for i16[src]
impl AbstractRing<Additive, Multiplicative> for i16fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRing<Additive, Multiplicative> for i32[src]
impl AbstractRing<Additive, Multiplicative> for i32fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRing<Additive, Multiplicative> for i64[src]
impl AbstractRing<Additive, Multiplicative> for i64fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRing<Additive, Multiplicative> for isize[src]
impl AbstractRing<Additive, Multiplicative> for isizefn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRingCommutative<Additive, Multiplicative> for i8[src]
impl AbstractRingCommutative<Additive, Multiplicative> for i8fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractRingCommutative<Additive, Multiplicative> for i16[src]
impl AbstractRingCommutative<Additive, Multiplicative> for i16fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractRingCommutative<Additive, Multiplicative> for i32[src]
impl AbstractRingCommutative<Additive, Multiplicative> for i32fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractRingCommutative<Additive, Multiplicative> for i64[src]
impl AbstractRingCommutative<Additive, Multiplicative> for i64fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractRingCommutative<Additive, Multiplicative> for isize[src]
impl AbstractRingCommutative<Additive, Multiplicative> for isizefn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractSemigroup<Additive> for f32[src]
impl AbstractSemigroup<Additive> for f32fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractSemigroup<Additive> for f64[src]
impl AbstractSemigroup<Additive> for f64fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if associativity holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_associative(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if associativity holds for the given arguments.
impl AbstractMonoid<Additive> for f32[src]
impl AbstractMonoid<Additive> for f32fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractMonoid<Additive> for f64[src]
impl AbstractMonoid<Additive> for f64fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, [src]
fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool where
Self: ApproxEq, Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications. Read more
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, [src]
fn prop_operating_identity_element_is_noop(args: (Self,)) -> bool where
Self: Eq, Checks whether operating with the identity element is a no-op for the given argument. Read more
impl AbstractQuasigroup<Additive> for f32[src]
impl AbstractQuasigroup<Additive> for f32fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractQuasigroup<Additive> for f64[src]
impl AbstractQuasigroup<Additive> for f64fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_inv_is_latin_square(args: (Self, Self)) -> bool where
Self: Eq, Returns true if latin squareness holds for the given arguments.
impl AbstractLoop<Additive> for f32[src]
impl AbstractLoop<Additive> for f32impl AbstractLoop<Additive> for f64[src]
impl AbstractLoop<Additive> for f64impl AbstractGroup<Additive> for f32[src]
impl AbstractGroup<Additive> for f32impl AbstractGroup<Additive> for f64[src]
impl AbstractGroup<Additive> for f64impl AbstractGroupAbelian<Additive> for f32[src]
impl AbstractGroupAbelian<Additive> for f32fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractGroupAbelian<Additive> for f64[src]
impl AbstractGroupAbelian<Additive> for f64fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the operator is commutative for the given argument tuple.
impl AbstractRing<Additive, Multiplicative> for f32[src]
impl AbstractRing<Additive, Multiplicative> for f32fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRing<Additive, Multiplicative> for f64[src]
impl AbstractRing<Additive, Multiplicative> for f64fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_and_add_are_distributive_approx(args: (Self, Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_and_add_are_distributive(args: (Self, Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication and addition operators are distributive for the given argument tuple. Read more
impl AbstractRingCommutative<Additive, Multiplicative> for f32[src]
impl AbstractRingCommutative<Additive, Multiplicative> for f32fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractRingCommutative<Additive, Multiplicative> for f64[src]
impl AbstractRingCommutative<Additive, Multiplicative> for f64fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, [src]
fn prop_mul_is_commutative_approx(args: (Self, Self)) -> bool where
Self: ApproxEq, Returns true if the multiplication operator is commutative for the given argument tuple. Approximate equality is used for verifications. Read more
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, [src]
fn prop_mul_is_commutative(args: (Self, Self)) -> bool where
Self: Eq, Returns true if the multiplication operator is commutative for the given argument tuple.
impl AbstractField<Additive, Multiplicative> for f32[src]
impl AbstractField<Additive, Multiplicative> for f32impl AbstractField<Additive, Multiplicative> for f64[src]
impl AbstractField<Additive, Multiplicative> for f64impl Identity<Additive> for u8[src]
impl Identity<Additive> for u8fn identity() -> u8[src]
fn identity() -> u8The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for u16[src]
impl Identity<Additive> for u16fn identity() -> u16[src]
fn identity() -> u16The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for u32[src]
impl Identity<Additive> for u32fn identity() -> u32[src]
fn identity() -> u32The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for u64[src]
impl Identity<Additive> for u64fn identity() -> u64[src]
fn identity() -> u64The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for usize[src]
impl Identity<Additive> for usizefn identity() -> usize[src]
fn identity() -> usizeThe identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for i8[src]
impl Identity<Additive> for i8fn identity() -> i8[src]
fn identity() -> i8The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for i16[src]
impl Identity<Additive> for i16fn identity() -> i16[src]
fn identity() -> i16The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for i32[src]
impl Identity<Additive> for i32fn identity() -> i32[src]
fn identity() -> i32The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for i64[src]
impl Identity<Additive> for i64fn identity() -> i64[src]
fn identity() -> i64The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for isize[src]
impl Identity<Additive> for isizefn identity() -> isize[src]
fn identity() -> isizeThe identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for f32[src]
impl Identity<Additive> for f32fn identity() -> f32[src]
fn identity() -> f32The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Identity<Additive> for f64[src]
impl Identity<Additive> for f64fn identity() -> f64[src]
fn identity() -> f64The identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl<N: Identity<Additive>> Identity<Additive> for Complex<N>[src]
impl<N: Identity<Additive>> Identity<Additive> for Complex<N>fn identity() -> Self[src]
fn identity() -> SelfThe identity element.
fn id(_: O) -> Self where
Self: Sized, [src]
fn id(_: O) -> Self where
Self: Sized, Specific identity.
impl Clone for Additive[src]
impl Clone for Additivefn clone(&self) -> Additive[src]
fn clone(&self) -> AdditiveReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for Additive[src]
impl Copy for Additiveimpl Operator for Additive[src]
impl Operator for Additivefn operator_token() -> Self[src]
fn operator_token() -> SelfReturns the structure that identifies the operator.
impl Inverse<Additive> for i8[src]
impl Inverse<Additive> for i8fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for i16[src]
impl Inverse<Additive> for i16fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for i32[src]
impl Inverse<Additive> for i32fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for i64[src]
impl Inverse<Additive> for i64fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for isize[src]
impl Inverse<Additive> for isizefn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for f32[src]
impl Inverse<Additive> for f32fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl Inverse<Additive> for f64[src]
impl Inverse<Additive> for f64fn inverse(&self) -> Self[src]
fn inverse(&self) -> SelfReturns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.
impl<N: Inverse<Additive>> Inverse<Additive> for Complex<N>[src]
impl<N: Inverse<Additive>> Inverse<Additive> for Complex<N>fn inverse(&self) -> Complex<N>[src]
fn inverse(&self) -> Complex<N>Returns the inverse of self, relative to the operator O.
fn inverse_mut(&mut self)[src]
fn inverse_mut(&mut self)In-place inversin of self.