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[src]

Returns the structure that identifies the operator.

Loading content...

Implementors

impl Operator for Additive[src]

impl Operator for Multiplicative[src]

Loading content...