package owl

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

Source file owl_algodiff.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
# 1 "src/owl/algodiff/owl_algodiff.ml"
(*
 * OWL - OCaml Scientific Computing
 * Copyright (c) 2016-2022 Liang Wang <liang@ocaml.xyz>
 *)

(* Alias modules of algorithmic differentiation. *)

(* AD module of Float32 type *)
module S = Owl_algodiff_generic.Make (Owl_algodiff_primal_ops.S)

(* AD module of Float64 type *)
module D = Owl_algodiff_generic.Make (Owl_algodiff_primal_ops.D)
OCaml

Innovation. Community. Security.