Struct rgsl::types::fast_fourier_transforms::FftComplexWorkspace [] [src]

pub struct FftComplexWorkspace { /* fields omitted */ }

Methods

impl FftComplexWorkspace
[src]

This function allocates a workspace for a complex transform of length n.

Trait Implementations

impl Drop for FftComplexWorkspace
[src]

A method called when the value goes out of scope. Read more