Trait fftw::array::AlignedAllocable[][src]

pub trait AlignedAllocable: Zero + Clone + Copy + Sized {
    unsafe fn alloc(n: usize) -> *mut Self;
}

Allocate SIMD-aligned memory of Real/Complex type

Required Methods

Allocate SIMD-aligned memory

Implementations on Foreign Types

impl AlignedAllocable for f64
[src]

impl AlignedAllocable for f32
[src]

Implementors