pub fn nstransform_forward(
    w: &Wavelet,
    data: &mut [f64],
    tda: usize,
    size1: usize,
    size2: usize,
    work: &mut WaveletWorkspace
) -> Value
Expand description

These functions compute the two-dimensional wavelet transform in non-standard form.