Module Lacaml_complex32

module Lacaml_complex32: sig .. end

type prec = Bigarray.complex32_elt 
type num_type = Stdlib.Complex.t 
type vec = (Stdlib.Complex.t, Bigarray.complex32_elt, Bigarray.fortran_layout)
Bigarray.Array1.t
type rvec = (float, Bigarray.float32_elt, Bigarray.fortran_layout) Bigarray.Array1.t 
type mat = (Stdlib.Complex.t, Bigarray.complex32_elt, Bigarray.fortran_layout)
Bigarray.Array2.t
type trans3 = [ `C | `N | `T ] 
val prec : (Stdlib.Complex.t, Bigarray.complex32_elt) Bigarray.kind
val zero : Stdlib.Complex.t
val one : Stdlib.Complex.t
val add : Stdlib.Complex.t -> Stdlib.Complex.t -> Stdlib.Complex.t
val int_of_complex32 : Stdlib.Complex.t -> int