package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Owl_fft_s end
val dct : ?axis:int -> ?ttype:Owl_fft_generic.ttrig_transform -> ?norm:Owl_fft_generic.tnorm -> ?ortho:bool -> ?nthreads:int -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t
val idct : ?axis:int -> ?ttype:Owl_fft_generic.ttrig_transform -> ?norm:Owl_fft_generic.tnorm -> ?ortho:bool -> ?nthreads:int -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t
val dst : ?axis:int -> ?ttype:Owl_fft_generic.ttrig_transform -> ?norm:Owl_fft_generic.tnorm -> ?ortho:bool -> ?nthreads:int -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t
val idst : ?axis:int -> ?ttype:Owl_fft_generic.ttrig_transform -> ?norm:Owl_fft_generic.tnorm -> ?ortho:bool -> ?nthreads:int -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float32_elt) Owl_dense_ndarray_generic.t
OCaml

Innovation. Community. Security.