package lacaml
-
lacaml.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type prec = Bigarray.complex32_elt
type num_type = Complex.t
type vec =
(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 =
(Complex.t, Bigarray.complex32_elt, Bigarray.fortran_layout)
Bigarray.Array2.t
val prec : (Complex.t, Bigarray.complex32_elt) Bigarray.kind
val zero : Complex.t
val one : Complex.t
val vec_create :
int ->
(Complex.t, Bigarray.complex32_elt, Bigarray.fortran_layout)
Bigarray.Array1.t
val int_of_complex32 : Complex.t -> int
module Types : sig ... end