Print the array to screen. More...
| Functions | |
| AFAPI void | print (const char *exp, const array &arr) | 
| AFAPI void | print (const char *exp, const array &arr, const int precision) | 
| AFAPI af_err | af_print_array (af_array arr) | 
| AFAPI af_err | af_print_array_gen (const char *exp, const af_array arr, const int precision) | 
Print the array to screen.
Print Array and dimensions to screen
| [in] | exp | is the expression or name of the array | 
| [in] | arr | is the input array | 
| [in] | precision | precision for the display | 
| [in] | exp | is an expression, generally the name of the array | 
| [in] | arr | is the input array |