package owl

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

Algodiff: algorithmic differentiation module

The functor used to generate Algodiff module of various precisions. Currently, Dense.Matrix.S and Dense.Matrix.D can be plugged in to suppport 32-bit and 64-bit two precisions.

module Make (A : Owl_types.NdarraySig) : sig ... end