package owl

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

Module Optimise.ClippingSource

Sourcetype typ =
  1. | L2norm of float
  2. | Value of float * float
  3. | None
    (*

    Types of clipping functions.

    *)

Execute the computations defined in module ``typ``.

Sourceval default : typ -> typ

Create module ``typ`` with default values.

Sourceval to_string : typ -> string

Convert the module ``typ`` to its string representation.