12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758(*
* OWL - OCaml Scientific and Engineering Computing
* Copyright (c) 2016-2020 Liang Wang <liang.wang@cl.cam.ac.uk>
*)includeOwl_typesletversion="1.0.1"(* 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_densemoduleSparse=Owl_sparsemoduleMaths=Owl_mathsmoduleStats=Owl_statsmoduleLinalg=Owl_linalgmoduleAlgodiff=Owl_algodiffmoduleOptimise=Owl_optimisemoduleRegression=Owl_regressionmoduleNeural=Owl_neuralmoduleFft=Owl_fftmoduleCluster=Owl_clustermoduleUtils=Owl_utilsmoduleExt=Owl_extmoduleDataset=Owl_datasetmoduleDataframe=Owl_dataframemoduleLazy=Owl_lazymoduleGraph=Owl_graphmoduleNlp=Owl_nlpmoduleLog=Owl_logmoduleComputation=Owl_computation(* backend modules *)moduleCblas=Owl_cblasmoduleLapacke=Owl_lapacke(* shortcuts to 64-bit precision modules *)moduleArr=structincludeOwl_dense.Ndarray.DendmoduleMat=structincludeOwl_dense.Matrix.Dend