From be551edb0a4516c83363e242bdd0508d00b24b87 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 10 Feb 2002 17:01:27 +0000 Subject: Complex bigarrays git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4372 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/bigarray/bigarray.ml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'otherlibs/bigarray/bigarray.ml') diff --git a/otherlibs/bigarray/bigarray.ml b/otherlibs/bigarray/bigarray.ml index c35cf03c7..1e871da57 100644 --- a/otherlibs/bigarray/bigarray.ml +++ b/otherlibs/bigarray/bigarray.ml @@ -31,6 +31,8 @@ type int64_elt type nativeint_elt type float32_elt type float64_elt +type complex32_elt +type complex64_elt (* Keep those constants in sync with the caml_bigarray_kind enumeration in bigarray.h *) @@ -46,6 +48,8 @@ let int64 = 7 let int = 8 let nativeint = 9 let char = int8_unsigned +let complex32 = 10 +let complex64 = 11 type 'a layout = int -- cgit v1.2.3-70-g09d2