package owl-base

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Base

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.8.0.tbz
sha256=862af251e2a3e7a6b79724a4020a0c9308b36f12c85cd0a52385c4df82132c66
sha512=c1dabbf467a587757b11a28b9c6e8f68a86ce799d07c7ab5f2afa92d20145ba9e4282975aeb269b7324f5ba90d1576db156006f4d58177a860def773f9d974f2

doc/owl-base/Owl_io/index.html

Module Owl_ioSource

Read and write operations
Sourceval read_file : ?trim:bool -> string -> string array

TODO

Sourceval read_file_string : string -> string

TODO

Sourceval write_file : ?_flag:open_flag -> string -> string -> unit

TODO

Sourceval marshal_from_file : string -> 'a

TODO

Sourceval marshal_to_file : ?flags:Marshal.extern_flags list -> 'a -> string -> unit

TODO

Sourceval read_csv : ?sep:char -> string -> string array array

TODO

Sourceval write_csv : ?sep:char -> string array array -> string -> unit

TODO

Sourceval read_csv_proc : ?sep:char -> (int -> string array -> unit) -> string -> unit

TODO

Sourceval write_csv_proc : ?sep:char -> 'a array array -> ('a -> string) -> string -> unit

TODO

Iteration functions
Sourceval iteri_lines_of_file : ?verbose:bool -> (int -> string -> unit) -> string -> unit

TODO

Sourceval mapi_lines_of_file : (int -> string -> 'a) -> string -> 'a array

TODO

Sourceval iteri_lines_of_marshal : ?verbose:bool -> (int -> 'a -> unit) -> string -> unit

TODO

Sourceval mapi_lines_of_marshal : (int -> 'a -> 'b) -> string -> 'b array

TODO

Helper functions
Sourceval head : int -> string -> string array

TODO

Sourceval csv_head : ?sep:char -> int -> string -> string array

TODO

OCaml

Innovation. Community. Security.