package owl-base

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

Numdiff: numerical differentiation module

The functor used to generate Numdiff module of various precisions.

module type Sig = sig ... end
module Impl (A : Owl_types.Ndarray_Numdiff with type elt = float) : Sig