package GenArrayIter
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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]}.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page