Trait alga::general::Operator
[−]
[src]
pub trait Operator: Copy {
fn operator_token() -> Self;
}Trait implemented by types representing abstract operators.
Required Methods
fn operator_token() -> Self
Returns the structure that identifies the operator.
Implementors
impl Operator for Additiveimpl Operator for Multiplicative