Struct cagra::operators::neg::Neg [] [src]

pub struct Neg;

Negate

Trait Implementations

impl Debug for Neg
[src]

[src]

Formats the value using the given formatter.

impl Clone for Neg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Neg
[src]

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