package gsl

  1. Overview
  2. Docs

Module Fft.ComplexSource

Sourcetype workspace
Sourcetype wavetable
Sourcetype direction =
  1. | Forward
  2. | Backward
Sourceval make_workspace : int -> workspace
Sourceval make_wavetable : int -> wavetable
Sourceval forward : ?stride:int -> Gsl_complex.complex_array -> wavetable -> workspace -> unit
Sourceval forward_rad2 : ?dif:bool -> ?stride:int -> Gsl_complex.complex_array -> unit
Sourceval transform : ?stride:int -> Gsl_complex.complex_array -> wavetable -> workspace -> direction -> unit
Sourceval transform_rad2 : ?dif:bool -> ?stride:int -> Gsl_complex.complex_array -> direction -> unit
Sourceval backward : ?stride:int -> Gsl_complex.complex_array -> wavetable -> workspace -> unit
Sourceval backward_rad2 : ?dif:bool -> ?stride:int -> Gsl_complex.complex_array -> unit
Sourceval inverse : ?stride:int -> Gsl_complex.complex_array -> wavetable -> workspace -> unit
Sourceval inverse_rad2 : ?dif:bool -> ?stride:int -> Gsl_complex.complex_array -> unit
OCaml

Innovation. Community. Security.