owl_ext.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21# 1 "src/owl/ext/owl_ext.ml" (* * OWL - OCaml Scientific and Engineering Computing * Copyright (c) 2016-2020 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