package owl-base

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

Module Owl_operator.Make_MatrixSource

Parameters

Signature

Sourceval (*@) : ('a, 'b) M.t -> ('a, 'b) M.t -> ('a, 'b) M.t

Operator of dot a b, i.e. matrix multiplication a * b.

Sourceval (.%{}) : ('a, 'b) M.t -> (int * int) -> 'a
Sourceval (.%{;..}) : ('a, 'b) M.t -> int array -> 'a

Operator of get

Sourceval (.%{}<-) : ('a, 'b) M.t -> (int * int) -> 'a -> unit
Sourceval (.%{;..}<-) : ('a, 'b) M.t -> int array -> 'a -> unit

Operator of set