mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 14:43:41 +01:00
4 lines
134 B
OCaml
4 lines
134 B
OCaml
let create ?(temp_dir="/dev/shm") data_type size_array =
|
|
Bigarray.Genarray.create data_type Bigarray.fortran_layout size_array
|
|
|