NAlec
1
Hello,
Is there a facility to iterate over BigArray.Genarray of any dimension (I don’t see any in the doc) or shall I build it myself ?
bluddy
2
Owl basically completes BigArray, especially Owl_base.
NAlec
3
Thank you bluddy. Not to blame you but I have seen better documented libraries…not sure what’s the fastest/simplest track now.
bluddy
4
I agree it’s quite confusing unfortunately. Have a look at this file from owl_base:
art-w
5
It looks like you could just use batteries extension of the standard module 
Otherwise Owl has a bunch of modules which aliases BigArray.GenArray with a c_layout, so one of those iteration functions should work.