package owl-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a, 'b) Owl_base_dense_ndarray_generic.t
val is_triu : ('a, 'b) M.t -> bool
val is_tril : ('a, 'b) M.t -> bool
val is_symmetric : ('a, 'b) M.t -> bool
val is_hermitian : (Complex.t, 'a) M.t -> bool
val is_diag : ('a, 'b) M.t -> bool