afnumpy icon indicating copy to clipboard operation
afnumpy copied to clipboard

Views with non-contiguous last dimensions

Open FilipeMaia opened this issue 9 years ago • 0 comments

As arrayfire does not support stride != 1 on the first dimension it's currently not possible to have views which are not contiguous in the last dimension, e.g. a[:,0] or a[:,::2] will not return a view.

FilipeMaia avatar Sep 03 '15 15:09 FilipeMaia