A high-performance general-purpose compute library

Access sub regions of an array object. More...

Data Structures

struct  af_seq
 C-style struct to creating sequences for indexing. More...
 

Modules

 assign
 Copy and write values in the locations specified by the sequences.
 
 col/cols
 Gets a reference of a col in a 2D af::array.
 
 index
 Lookup values of an array based on sequences and/or arrays.
 
 lookup
 Lookup values of an array by indexing with another array.
 
 operator()
 Gets a reference to a set of elements.
 
 operator(star)=
 Multiplies and assigns the value(s) of val to the elements of the af::array.
 
 operator+=
 Adds and assigns the value(s) of val to the elements of the af::array.
 
 operator-=
 Subtracts and assigns the value(s) of val to the elements of the af::array.
 
 operator/=
 Divides and assigns the value(s) of val to the elements of the af::array.
 
 operator=
 Assignes the value(s) of val to the elements of the af::array.
 
 row/rows
 Gets a reference of a row in a 2D af::array.
 
 slice/slices
 Gets a reference of a matrix in a 3D af::array.
 

Detailed Description

Access sub regions of an array object.