Struct cagra::graph::Node [] [src]

pub struct Node<A: Scalar> { /* fields omitted */ }

Node of the calculation graph.

This struct keeps the last value, and Graph calculates the derivative using this value.

Methods

impl<A: Scalar> Node<A>
[src]

[src]

Check the node is variable

Trait Implementations

impl<A: Debug + Scalar> Debug for Node<A>
[src]

[src]

Formats the value using the given formatter.

impl<A: Clone + Scalar> Clone for Node<A>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more