Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Liam Healy's avatar
    b6d847b1
    Define noise tests for all element types · b6d847b1
    Liam Healy authored
    The noise generator make-urand-vector and the noise test, now called
    test-fft-noise, now work for all four element types, double-float,
    single-float, (complex double-float), (complex single-float).  These
    are meant to emulate the noise parts of GSL's test_complex_radix2,
    test_real_radix2, test_complex_float_radix2, test_real_float_radix2,
    test_complex_float_func, test_complex_func, test_real_float_func, and
    test_real_func.  The real tests pass and the complex tests currently
    fail.
    b6d847b1
    History
    Define noise tests for all element types
    Liam Healy authored
    The noise generator make-urand-vector and the noise test, now called
    test-fft-noise, now work for all four element types, double-float,
    single-float, (complex double-float), (complex single-float).  These
    are meant to emulate the noise parts of GSL's test_complex_radix2,
    test_real_radix2, test_complex_float_radix2, test_real_float_radix2,
    test_complex_float_func, test_complex_func, test_real_float_func, and
    test_real_func.  The real tests pass and the complex tests currently
    fail.