Function printArrayDBL#

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.