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

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

Allocate SIMD-aligned memory of Real/Complex type

Required methods

unsafe fn alloc(n: usize) -> *mut Self

Allocate SIMD-aligned memory

Loading content...

Implementations on Foreign Types

impl AlignedAllocable for f64[src]

impl AlignedAllocable for f32[src]

Loading content...

Implementors

impl AlignedAllocable for c32[src]

impl AlignedAllocable for c64[src]

Loading content...