owl_dense.ml1 2 3 4 5 6 7 8 9 10# 1 "src/owl/dense/owl_dense.ml" (* * OWL - OCaml Scientific Computing * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz> *) (** Dense data structures: matrix & ndarray *) module Ndarray = Owl_dense_ndarray module Matrix = Owl_dense_matrix