Function darr_set_all# Defined in File real/array/base.h Function Documentation# void darr_set_all(coeff_t num, darr_t *arr)# Set all elements in array as num. ARR[:,:] = num Parameters: num – [in] Scalar to set. arr – [in] Array to be set..