Struct alga::general::Multiplicative

source ·
pub struct Multiplicative;
Expand description

The multiplication operator, commonly symbolized by ×.

Trait Implementations§

source§

impl AbstractGroupAbelian<Multiplicative> for f32

source§

fn prop_is_commutative_approx(args: (Self, Self)) -> bool
where Self: RelativeEq,

Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications.
source§

impl AbstractGroupAbelian<Multiplicative> for f64

source§

fn prop_is_commutative_approx(args: (Self, Self)) -> bool
where Self: RelativeEq,

Returns true if the operator is commutative for the given argument tuple. Approximate equality is used for verifications.
source§

impl<N: Num + Clone> AbstractMagma<Multiplicative> for Complex<N>

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for f32

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for f64

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for i128

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for i16

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for i32

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for i64

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for i8

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for isize

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for u128

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for u16

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for u32

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for u64

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for u8

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMagma<Multiplicative> for usize

source§

fn operate(&self, lhs: &Self) -> Self

Performs an operation.
source§

fn op(&self, _: O, lhs: &Self) -> Self

Performs specific operation.
source§

impl AbstractMonoid<Multiplicative> for f32

source§

fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool
where Self: RelativeEq,

Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications.
source§

impl AbstractMonoid<Multiplicative> for f64

source§

fn prop_operating_identity_element_is_noop_approx(args: (Self,)) -> bool
where Self: RelativeEq,

Checks whether operating with the identity element is a no-op for the given argument. Approximate equality is used for verifications.
source§

impl AbstractMonoid<Multiplicative> for i128

source§

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.
source§

impl AbstractMonoid<Multiplicative> for i16

source§

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.
source§

impl AbstractMonoid<Multiplicative> for i32

source§

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.
source§

impl AbstractMonoid<Multiplicative> for i64

source§

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.
source§

impl AbstractMonoid<Multiplicative> for i8

source§

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.
source§

impl AbstractMonoid<Multiplicative> for isize

source§

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.
source§

impl AbstractMonoid<Multiplicative> for u128

source§

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.
source§

impl AbstractMonoid<Multiplicative> for u16

source§

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.
source§

impl AbstractMonoid<Multiplicative> for u32

source§

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.
source§

impl AbstractMonoid<Multiplicative> for u64

source§

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.
source§

impl AbstractMonoid<Multiplicative> for u8

source§

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.
source§

impl AbstractMonoid<Multiplicative> for usize

source§

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.
source§

impl AbstractQuasigroup<Multiplicative> for f32

source§

fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool
where Self: RelativeEq,

Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
source§

impl AbstractQuasigroup<Multiplicative> for f64

source§

fn prop_inv_is_latin_square_approx(args: (Self, Self)) -> bool
where Self: RelativeEq,

Returns true if latin squareness holds for the given arguments. Approximate equality is used for verifications. Read more
source§

impl AbstractSemigroup<Multiplicative> for f32

source§

fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool
where Self: RelativeEq,

Returns true if associativity holds for the given arguments. Approximate equality is used for verifications.
source§

impl AbstractSemigroup<Multiplicative> for f64

source§

fn prop_is_associative_approx(args: (Self, Self, Self)) -> bool
where Self: RelativeEq,

Returns true if associativity holds for the given arguments. Approximate equality is used for verifications.
source§

impl AbstractSemigroup<Multiplicative> for i128

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for i16

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for i32

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for i64

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for i8

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for isize

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for u128

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for u16

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for u32

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for u64

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for u8

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl AbstractSemigroup<Multiplicative> for usize

source§

fn prop_is_associative(args: (Self, Self, Self)) -> bool
where Self: Eq,

Returns true if associativity holds for the given arguments.
source§

impl Clone for Multiplicative

source§

fn clone(&self) -> Multiplicative

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<N: Num + Clone> Identity<Multiplicative> for Complex<N>

source§

fn identity() -> Self

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for f32

source§

fn identity() -> f32

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for f64

source§

fn identity() -> f64

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for i128

source§

fn identity() -> i128

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for i16

source§

fn identity() -> i16

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for i32

source§

fn identity() -> i32

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for i64

source§

fn identity() -> i64

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for i8

source§

fn identity() -> i8

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for isize

source§

fn identity() -> isize

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for u128

source§

fn identity() -> u128

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for u16

source§

fn identity() -> u16

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for u32

source§

fn identity() -> u32

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for u64

source§

fn identity() -> u64

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for u8

source§

fn identity() -> u8

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Identity<Multiplicative> for usize

source§

fn identity() -> usize

The identity element.
source§

fn id(_: O) -> Self
where Self: Sized,

Specific identity.
source§

impl Operator for Multiplicative

source§

fn operator_token() -> Self

Returns the structure that identifies the operator.
source§

impl<N: Num + Clone + ClosedNeg> TwoSidedInverse<Multiplicative> for Complex<N>

source§

fn two_sided_inverse(&self) -> Self

Returns the two_sided_inverse of self, relative to the operator O. Read more
source§

fn two_sided_inverse_mut(&mut self)

In-place inversion of self, relative to the operator O. Read more
source§

impl TwoSidedInverse<Multiplicative> for f32

source§

fn two_sided_inverse(&self) -> f32

Returns the two_sided_inverse of self, relative to the operator O. Read more
source§

fn two_sided_inverse_mut(&mut self)

In-place inversion of self, relative to the operator O. Read more
source§

impl TwoSidedInverse<Multiplicative> for f64

source§

fn two_sided_inverse(&self) -> f64

Returns the two_sided_inverse of self, relative to the operator O. Read more
source§

fn two_sided_inverse_mut(&mut self)

In-place inversion of self, relative to the operator O. Read more
source§

impl<N> AbstractGroup<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl AbstractGroup<Multiplicative> for f32

source§

impl AbstractGroup<Multiplicative> for f64

source§

impl<N> AbstractGroupAbelian<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl<N> AbstractLoop<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl AbstractLoop<Multiplicative> for f32

source§

impl AbstractLoop<Multiplicative> for f64

source§

impl<N> AbstractMonoid<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl<N> AbstractQuasigroup<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl<N> AbstractSemigroup<Multiplicative> for Complex<N>
where N: Num + Clone + ClosedNeg,

source§

impl Copy for Multiplicative

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
source§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
source§

unsafe fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.