owl_fft.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17# 1 "src/owl/fftpack/owl_fft.ml" (* * OWL - OCaml Scientific and Engineering Computing * Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk> *) module Generic = struct include Owl_fft_generic end module S = struct include Owl_fft_s end module D = struct include Owl_fft_d end