Subtracts and assigns the value(s) of val to the elements of the af::array.  
More...
| array &  | operator-= (const array &val) | 
|   | Subtracts the value(s) of val to the elements of the array.  More...
  | 
|   | 
| array &  | operator-= (const double &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const cdouble &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const cfloat &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const float &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const int &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const unsigned &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const bool &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const char &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const unsigned char &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const long &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const unsigned long &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const long long &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const unsigned long long &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const short &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
| array &  | operator-= (const unsigned short &val) | 
|   | Subtracts the value(s) of val to the elements of the array. (const array &)  More...
  | 
|   | 
Subtracts and assigns the value(s) of val to the elements of the af::array. 
Substracts and assigns values 
      
        
          | array& operator-=  | 
          ( | 
          const array &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const unsigned short &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const short &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const unsigned long long &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const long long &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const unsigned long &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const long &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const unsigned char &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const char &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const bool &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const unsigned &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const int &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const float &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const cfloat &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const cdouble &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &) 
 
 
 
      
        
          | array& operator-=  | 
          ( | 
          const double &  | 
          val | ) | 
           | 
        
      
 
Subtracts the value(s) of val to the elements of the array. (const array &) 
- Parameters
 - 
  
    | [in] | val | is the value to be assigned to the /ref af::array  | 
  
   
- Returns
 - the reference to this
 
- Note
 - This is a copy on write operation. The copy only occurs when the operator() is used on the left hand side. (const array &)