Print the array to screen.  
More...
Print the array to screen. 
Print Array and dimensions to screen
 
◆ af_print_array()
- Parameters
- 
  
    | [in] | arr | is the input array |  
 
- Returns
- error codes 
 
 
◆ af_print_array_gen()
      
        
          | af_err af_print_array_gen | ( | const char * | exp, | 
        
          |  |  | const af_array | arr, | 
        
          |  |  | const int | precision ) | 
      
 
- Parameters
- 
  
    | [in] | exp | is the expression or name of the array |  | [in] | arr | is the input array |  | [in] | precision | precision for the display |  
 
- Returns
- error codes 
 
 
◆ print() [1/2]
      
        
          | void print | ( | const char * | exp, | 
        
          |  |  | const array & | arr ) | 
      
 
- Parameters
- 
  
    | [in] | exp | is an expression, generally the name of the array |  | [in] | arr | is the input array |  
 
 
 
◆ print() [2/2]
      
        
          | void print | ( | const char * | exp, | 
        
          |  |  | const array & | arr, | 
        
          |  |  | const int | precision ) | 
      
 
- Parameters
- 
  
    | [in] | exp | is an expression, generally the name of the array |  | [in] | arr | is the input array |  | [in] | precision | is the precision length for display |