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()
- 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]
AFAPI 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]
AFAPI 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 |