123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657(*
* OWL - OCaml Scientific Computing
* Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz>
*)includeOwl_typesletversion="1.2"(* So we don't have to open Bigarray all the time. *)letfloat32=Bigarray.float32letfloat64=Bigarray.float64letcomplex32=Bigarray.complex32letcomplex64=Bigarray.complex64(** Make alias of the modules in Owl for your convenience. *)moduleConst=Owl_constmoduleException=Owl_exceptionmoduleDense=Owl_densemoduleMaths=Owl_mathsmoduleStats=Owl_statsmoduleLinalg=Owl_linalgmoduleAlgodiff=Owl_algodiffmoduleOptimise=Owl_optimisemoduleRegression=Owl_regressionmoduleNeural=Owl_neuralmoduleFft=Owl_fftmoduleCluster=Owl_clustermoduleUtils=Owl_utilsmoduleDataset=Owl_datasetmoduleDataframe=Owl_dataframemoduleLazy=Owl_lazymoduleGraph=Owl_graphmoduleNlp=Owl_nlpmoduleLog=Owl_logmoduleComputation=Owl_computationmoduleSignal=Owl_signal(* backend modules *)moduleCblas=Owl_cblasmoduleLapacke=Owl_lapacke(* shortcuts to 64-bit precision modules *)moduleArr=structincludeOwl_dense.Ndarray.DendmoduleMat=structincludeOwl_dense.Matrix.Dend