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

Data Structures

struct  af_seq
 C-style struct to creating sequences for indexing. More...
 
class  seq
 seq is used to create seq for indexing af::array 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 on array based on sequences
 
 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.
 
 util
 Utility functions to create objects of type af_index_t.
 

Detailed Description

Access sub regions of an array object.