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

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.

Loading content...

Implementors

impl Operator for Additive[src]

impl Operator for Multiplicative[src]

Loading content...