package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Owl_types_operator.MatrixSigSource

Sourcetype ('a, 'b) t
Sourceval get : ('a, 'b) t -> int -> int -> 'a
Sourceval set : ('a, 'b) t -> int -> int -> 'a -> unit
Sourceval dot : ('a, 'b) t -> ('a, 'b) t -> ('a, 'b) t