Module Owl_fft_d

val dct : ?axis:int -> ?ttype:Owl_fft_generic.ttrig_transform -> ?norm:Owl_fft_generic.tnorm -> ?ortho:bool -> ?nthreads:int -> (float, Bigarray.float64_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float64_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.float64_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float64_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.float64_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float64_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.float64_elt) Owl_dense_ndarray_generic.t -> (float, Bigarray.float64_elt) Owl_dense_ndarray_generic.t