[][src]Trait alga::general::Operator

pub trait Operator: Copy {
    fn operator_token() -> Self;
}

Trait implemented by types representing abstract operators.

Required Methods

Returns the structure that identifies the operator.

Implementors

impl Operator for Additive
[src]

impl Operator for Multiplicative
[src]