[−][src]Trait alga::general::Operator
Trait implemented by types representing abstract operators.
Required methods
fn operator_token() -> Self
Returns the structure that identifies the operator.
Trait implemented by types representing abstract operators.
fn operator_token() -> Self
Returns the structure that identifies the operator.
impl Operator for Additive
[src]fn operator_token() -> Self
[src]impl Operator for Multiplicative
[src]fn operator_token() -> Self
[src]