differential_dogs3::calculus

Trait Integrate

Source
pub trait Integrate<G: Scope, D: Data, R: Abelian> {
    // Required method
    fn integrate(&self) -> Collection<G, D, R>;
}
Expand description

Collect instantaneous changes back in to a collection.

Required Methods§

Source

fn integrate(&self) -> Collection<G, D, R>

Implementations on Foreign Types§

Source§

impl<'a, G, D, R> Integrate<G, D, R> for Collection<Child<'a, G, AltNeu<G::Timestamp>>, D, R>
where G: Scope, D: Data, R: Abelian + 'static,

Source§

fn integrate(&self) -> Collection<G, D, R>

Implementors§