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

pub struct FftComplexWorkspace {
    // some fields omitted
}

Methods

impl FftComplexWorkspace
[src]

fn new(n: usize) -> Option<FftComplexWorkspace>

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

Trait Implementations

impl Drop for FftComplexWorkspace
[src]

fn drop(&mut self)

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