package owl

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

Module Owl_parallelSource

Parallel & distributed computing: engine interface

Sourcemodule type Mapre_Engine = sig ... end
Sourcemodule type Ndarray = sig ... end
Sourcemodule Make_Distributed (M : Ndarray) (E : Mapre_Engine) : sig ... end
Sourcemodule Make_Shared (M : Ndarray) (E : Mapre_Engine) : sig ... end
Sourcemodule type Ndarray_Any = sig ... end
OCaml

Innovation. Community. Security.