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

Modules

 col/cols
 Gets a reference of a col in a 2D af::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-=
 Substracts 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.