Function carr_set_all#

Function Documentation#

void carr_set_all(ccoeff_t num, carr_t *arr)#

Set all elements in array as num.

ARR[:,:] = num

Parameters:
  • num[in] Scalar to set.

  • arr[in] Array to be set..