S.Linalg
include module type of struct include Owl_base_linalg_s end
type mat = Owl_base_dense_matrix_s.mat
type complex_mat = Owl_base_dense_matrix_c.mat
type int32_mat =
(int32, Stdlib.Bigarray.int32_elt) Owl_base_dense_matrix_generic.t
include Owl_base_linalg_intf.Common
with type elt := elt
and type mat := mat
and type complex_mat := complex_mat
and type int32_mat := int32_mat
val is_triu : mat -> bool
val is_tril : mat -> bool
val is_symmetric : mat -> bool
val is_diag : mat -> bool