package gsl

  1. Overview
  2. Docs

Module Gsl.FftSource

Fast Fourier Transforms

Sourceexception Wrong_layout
Sourcetype layout =
  1. | Real
  2. | Halfcomplex
  3. | Halfcomplex_rad2
  4. | Complex
Sourcetype fft_array = {
  1. mutable layout : layout;
  2. data : float array;
}
Sourcemodule Real : sig ... end
Sourcemodule Halfcomplex : sig ... end
Sourcemodule Complex : sig ... end
Sourceval hc_mult : fft_array -> fft_array -> unit
Sourceval hc_mult_rad2 : fft_array -> fft_array -> unit
OCaml

Innovation. Community. Security.