package owl-base

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

Operator definitions such as add, sub, mul, and div. This signature defines the functions need to be implemented.

module type BasicSig = sig ... end
module type ExtendSig = sig ... end
module type MatrixSig = sig ... end
module type NdarraySig = sig ... end
module type LinalgSig = sig ... end