Function printArrayDBL#
Defined in File core/utils.h
Function Documentation#
-
void printArrayDBL(double *ptr_, uint64_t n)#
Printing functions. These functions are helpers to print 1D arrays in the command line.
- Parameters:
ptr_ – [in] Array of values to be printed.
n – [in] Number of elements in the array.