package lacaml

  1. Overview
  2. Docs
type prec = Bigarray.complex64_elt
type num_type = Complex.t
type vec = (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 = (Complex.t, Bigarray.complex64_elt, Bigarray.fortran_layout) Bigarray.Array2.t
type trans3 = [
  1. | `N
  2. | `T
  3. | `C
]
val prec : (Complex.t, Bigarray.complex64_elt) Bigarray.kind
val zero : Complex.t
val one : Complex.t
val add : Complex.t -> Complex.t -> Complex.t
val int_of_complex64 : Complex.t -> int
OCaml

Innovation. Community. Security.