ml-spectra-processing
    Preparing search index...

    Interface ReimFFTOptions

    interface ReimFFTOptions {
        applyZeroShift?: boolean;
        inPlace?: boolean;
        inverse?: boolean;
    }
    Index

    Properties

    applyZeroShift?: boolean
    inPlace?: boolean

    Write the result back into the input arrays instead of allocating new ones.

    false
    
    inverse?: boolean