(*
* OWL - an OCaml numerical library for scientific computing
* Copyright (c) 2016 Liang Wang <liang.wang@cl.cam.ac.uk>
*)
(** Make alias of the modules in Owl for your convenience. *) |
module Const = Owl_const
module Dense = Owl_dense
module Sparse = Owl_sparse
module Maths = Owl_maths
module Stats = Owl_stats
module Linalg = Owl_linalg
module Regression = Owl_regression
module Plot = Owl_plot
module Fft = Owl_fft