Struct stencil::N2D1 [] [src]

pub struct N2D1<A: LinalgScalar> {
    pub l: A,
    pub r: A,
    pub ll: A,
    pub rr: A,
    pub c: A,
}

two-neighbor, one-dimensional stencil

Fields

left

right

left of left

right of right

center

Trait Implementations

impl<A: LinalgScalar> StencilArray<N2D1<A>> for Torus<A, Ix1>
[src]

[src]

Execute a stencil calculation

impl<A: Clone + LinalgScalar> Clone for N2D1<A>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A: Copy + LinalgScalar> Copy for N2D1<A>
[src]

impl<A: LinalgScalar> Stencil for N2D1<A>
[src]

Auto Trait Implementations

impl<A> Send for N2D1<A> where
    A: Send

impl<A> Sync for N2D1<A> where
    A: Sync