arrayfire / arrayfire-fortran

Fortran wrapper for ArrayFire
BSD 3-Clause "New" or "Revised" License
24 stars 5 forks source link

Enable better indexing 3rd and 4th dimensions. #2

Open pavanky opened 10 years ago

pavanky commented 10 years ago

Right now only integers are allowed for third and fourth dimensions. Add functionality where third and fourth dimensions can be arrays as well.

Link to forum post

pavanky commented 10 years ago

The commit referenced here should enable sequence support along third dimension.

It also enables indexing using fortran arrays (of dimension 3 representing sequences)