owl_base_linalg_c.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15# 1 "src/base/linalg/owl_base_linalg_c.ml" (* * OWL - OCaml Scientific Computing * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz> *) open Bigarray type elt = Complex.t type mat = Owl_base_dense_matrix_c.mat type int32_mat = (int32, int32_elt) Owl_base_dense_matrix_generic.t include Owl_base_linalg_generic