Struct fftw::array::AlignedArray [] [src]

pub struct AlignedArray<A, D> where
    A: AlignedAllocable,
    D: Dimension
{ /* fields omitted */ }

Multi-dimensional Array using AlignedVec

Methods

impl<A: AlignedAllocable> AlignedArray<A, Ix1>
[src]

[src]

impl<A: AlignedAllocable, D: Dimension> AlignedArray<A, D>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<A: Debug, D: Debug> Debug for AlignedArray<A, D> where
    A: AlignedAllocable,
    D: Dimension
[src]

[src]

Formats the value using the given formatter.

impl<A: Clone, D: Clone> Clone for AlignedArray<A, D> where
    A: AlignedAllocable,
    D: Dimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more