package owl

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

Source file owl_ext.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
# 1 "src/owl/ext/owl_ext.ml"
(*
 * OWL - OCaml Scientific and Engineering Computing
 * Copyright (c) 2016-2019 Liang Wang <liang.wang@cl.cam.ac.uk>
 *)

(** Extension: interoperation on different number types *)


include Owl_ext_types

include Owl_ext_uniop

include Owl_ext_binop


module Dense = struct

  module Ndarray = struct
    include Owl_ext_dense_ndarray
  end

  module Matrix = struct
    include Owl_ext_dense_matrix
  end

end
OCaml

Innovation. Community. Security.