Source file owl_base.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2019 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)


module Const = Owl_const


module Maths = Owl_base_maths


module Stats = Owl_base_stats


module Complex = Owl_base_complex


module Quadrature = Owl_maths_quadrature


module Root = Owl_maths_root


module Graph = Owl_graph


module Lazy = Owl_lazy


module View = Owl_view


module Log = Owl_log


module Utils = Owl_utils


module Computation = Owl_computation


module Countmin_sketch = Owl_countmin_sketch


module HeavyHitters_sketch = Owl_heavyhitters_sketch


(* initialise base library *)
let _ = Owl_base_stats_prng.self_init ()