Module type Owl_operator.MatrixSig

module type MatrixSig = sig .. end

type ('a, 'b) t 
val dot : ('a, 'b) t ->
('a, 'b) t -> ('a, 'b) t