package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val of_indexed_structure : (int -> Object.t) -> (int -> Object.t -> unit) -> int -> Object.t
val of_array : ('a -> Object.t) -> (Object.t -> 'a) -> 'a array -> Object.t
val numpy_api : unit -> Object.t
val pyarray_type : unit -> Object.t
val numpy_get_array : Object.t -> Stdcompat.floatarray