package owl

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

Optimisation engine This module provides fundamental supports for Owl's regression and neural network module. The module supports both single and double precision float numbers.

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