package owl-base

  1. Overview
  2. Docs
An OCaml Numerical Library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-base-0.3.7.tbz
sha256=28d6c909f8f91cd8fd61fd1079b2f0e4bf8917bf33e2da96607caf63c73d0a39
md5=16454681ed82d527edf25eaee668c88a

doc/src/owl-base/owl_base.ml.html

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
(*
 * OWL - an OCaml numerical library for scientific computing
 * Copyright (c) 2016-2018 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


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