owl_base_dense_matrix_s.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15# 1 "src/base/dense/owl_base_dense_matrix_s.ml" (* * OWL - OCaml Scientific Computing * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz> *) open Bigarray module M = Owl_base_dense_matrix_generic include M type elt = float type mat = (float, Bigarray.float32_elt) M.t let eye = M.eye Float32