![]() |
|
Divides and assigns the value(s) of val to the elements of the af::array. More...
array & | operator/= (const array &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const double &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const cdouble &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const cfloat &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const float &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const int &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const unsigned &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const bool &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const char &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const unsigned char &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const long &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const unsigned long &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const long long &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const unsigned long long &val) |
array & | operator/= (const short &val) |
Divides the value(s) of val to the elements of the array. More... | |
array & | operator/= (const unsigned short &val) |
Divides and assigns the value(s) of val to the elements of the af::array.
Divides and assigns values
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const unsigned short & | val | ) |
array& operator/= | ( | const short & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const unsigned long long & | val | ) |
array& operator/= | ( | const long long & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const unsigned long & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const long & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const unsigned char & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const char & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const bool & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const unsigned & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const int & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const float & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |
array& operator/= | ( | const double & | val | ) |
Divides the value(s) of val to the elements of the array.
[in] | val | is the value to be assigned to the /ref af::array |