package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typ = Owl_optimise_generic.Make(Owl_dense_ndarray.D).Clipping.typ =
  1. | L2norm of float
  2. | Value of float * float
  3. | None
val run : typ -> t -> t
val default : typ -> typ
val to_string : typ -> string