Enum cagra::operators::UnaryOperatorAny [] [src]

pub enum UnaryOperatorAny {
    Neg(Neg),
}

Enumerate of UnaryOperators implementing UnaryOperator<A> trait

Variants

Trait Implementations

impl Debug for UnaryOperatorAny
[src]

[src]

Formats the value using the given formatter.

impl Clone for UnaryOperatorAny
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UnaryOperatorAny
[src]

impl From<Neg> for UnaryOperatorAny
[src]

[src]

Performs the conversion.

impl<A: Scalar> UnaryOperator<A> for UnaryOperatorAny
[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