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 Computing * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz> *) module Generic = struct include Owl_fft_generic end module S = struct include Owl_fft_s end module D = struct include Owl_fft_d end