| Documentation | Build Status | Code Coverage |
|---|---|---|
A lightweight toolbox representing a ShiftedArray which is mutable. The code was based on ShiftedArrays.jl by Pietro Vertechi et al..
Via the extension mechanism, CUDA.jl support is provided both for mutating and non-mutating operations for the MutableShiftedArray type as well as CircShiftedArray.
The type MutableShiftedArray also supports having a modifies size of the view. This is useful for region of interest views, which can even
surpass the limit of the original array.
Mutations to elements outside the boundary of the original array are silently ignored and the default value is returned upon subsequent read operations.
This code and most of the documentation is based on https://github.com/JuliaArrays/ShiftedArrays.jl with contributers listed below.
- Pietro Vertechi - piever
- Contributed to the initial implementation of the
ShiftedArrays.jlproject.
- Contributed to the initial implementation of the
- José Bayoán Santiago Calderón - Nosferican
- Contributed to
ShiftedArrays.jlupon whichMutableShiftedArrays.jlis based on.
- Contributed to
- Felix Wechsler - roflmaostc
- Contributed to
ShiftedArrays.jlupon whichMutableShiftedArrays.jlis based on.
- Contributed to
- Milan Bouchet-Valat - nalimilan
- Contributed to
ShiftedArrays.jlupon whichMutableShiftedArrays.jlis based on.
- Contributed to
- Felix Gauthier - Felix-Gauthier
- Contributed to
ShiftedArrays.jlupon whichMutableShiftedArrays.jlis based on.
- Contributed to
- Lilith Orion Hafner - LilithHafner
- Contributed to
ShiftedArrays.jlupon whichMutableShiftedArrays.jlis based on.
- Contributed to
- Rainer Heintzmann - RainerHeintzmann
Feel free to file an issue regarding problems, suggestions or improvement ideas for this package!