package GenArrayIter

  1. Overview
  2. No Docs
An extension of Genarray to allow iterations over multi-dimensional arrays

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=30b419c6340a904d55cf307b7817300a
sha512=dec180b34def1b636254ba1fd66e2e0e224482f46742b84238312f03607acadf25d178a85174be2687dc66f491f4fa2ca70ee1afa4dfe7eef8c9b122348d1431

Description

The [Iter] module is a small extention of the {{: https://ocaml.org/manual/5.2/api/Bigarray.Genarray.html}[BigArray.Genarray]} module to complete missing functionalities : iteration, mapping and folding over arrays of arbitrary dimensions (Genarrays). A much richer (and heavier) library providing (I assume) the same functionality (and much more) in OCaml would be {{: https://github.com/owlbarn/owl/}[Owl]}.

Dependencies (3)

  1. ounit2
  2. dune >= "3.6"
  3. ocaml >= "4.12"

Dev Dependencies (1)

  1. odoc with-doc & >= "2.2"

Used by

None

Conflicts

None