module Lacaml_complex64: sig
.. end
type
prec = Bigarray.complex64_elt
type
num_type = Stdlib.Complex.t
type
vec = (Stdlib.Complex.t, Bigarray.complex64_elt, Bigarray.fortran_layout)
Bigarray.Array1.t
type
rvec = (float, Bigarray.float64_elt, Bigarray.fortran_layout) Bigarray.Array1.t
type
mat = (Stdlib.Complex.t, Bigarray.complex64_elt, Bigarray.fortran_layout)
Bigarray.Array2.t
type
trans3 = [ `C | `N | `T ]
val prec : (Stdlib.Complex.t, Bigarray.complex64_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_complex64 : Stdlib.Complex.t -> int