package npy

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

Module Npy.NpzSource

Sourcetype in_file
Sourceval open_in : string -> in_file
Sourceval read : ?suffix:string -> in_file -> string -> packed_array
Sourceval close_in : in_file -> unit
Sourcetype out_file
Sourceval open_out : string -> out_file
Sourceval write : ?suffix:string -> out_file -> string -> ('a, 'b, 'c) Bigarray.Genarray.t -> unit
Sourceval close_out : out_file -> unit
OCaml

Innovation. Community. Security.