1234567891011121314151617181920212223# 1 "src/base/dense/owl_base_dense_matrix_generic.ml"(*
* OWL - OCaml Scientific Computing
* Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz>
*)includeOwl_base_dense_ndarray_generic(* TODO: move other matrix-specific operations such as dot and trace here *)letdiagm?(k=0)_x=k|>ignore;raise(Owl_exception.NOT_IMPLEMENTED"owl_base_dense_ndarray_generic.diagm")lettril?(k=0)_x=k|>ignore;raise(Owl_exception.NOT_IMPLEMENTED"owl_base_dense_ndarray_generic.tril")lettriu?(k=0)_x=k|>ignore;raise(Owl_exception.NOT_IMPLEMENTED"owl_base_dense_ndarray_generic.triu")