Module Owl_types

Define the types shared by various modules

type index =
| I of int
| L of int list
| R of int list
type slice = index list
type index_ =
| I_ of int
| L_ of int array
| R_ of int array
type slice_ = index_ array
type padding =
| SAME
| VALID
val _zero : a b. ('a'bBigarray.kind ‑> 'a
val _one : a b. ('a'bBigarray.kind ‑> 'a
val _pos_inf : a b. ('a'bBigarray.kind ‑> 'a
val _neg_inf : a b. ('a'bBigarray.kind ‑> 'a
module type NdarraySig : sig ... end
module type MatrixSig : sig ... end