package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2020 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 ()
OCaml

Innovation. Community. Security.