A high-performance general-purpose compute library
Functions to work with internal array layout

Functions to work with arrayfire's internal data structure. More...

Modules

 createStridedArray
 Create an array with specified strides and offset.
 
 getOffset
 Get Offset of the underlying data.
 
 getStrides
 Get strides of underlying data.
 
 isLinear
 Check if all elements in array are contiguous.
 
 isOwner
 Check if underlying data is owned by the current array.
 

Detailed Description

Functions to work with arrayfire's internal data structure.

Note: The behavior of these functions is not promised to be consistent across versions.