Enum cagra::operators::BinaryOperatorAny [] [src]

pub enum BinaryOperatorAny {
    Add(Add),
}

Enumerate of BinaryOperator implementing BinaryOperator<A> trait

Variants

Trait Implementations

impl Debug for BinaryOperatorAny
[src]

[src]

Formats the value using the given formatter.

impl Clone for BinaryOperatorAny
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BinaryOperatorAny
[src]

impl From<Add> for BinaryOperatorAny
[src]

[src]

Performs the conversion.

impl<A: Scalar> BinaryOperator<A> for BinaryOperatorAny
[src]

[src]

Evaluate the result value of the operator

[src]

Evaluate the derivative of the operator multiplied by the received derivative from upper of the graph. Read more