Function darr_createEmpty# Defined in File real/array/base.h Function Documentation# darr_t darr_createEmpty(uint64_t nrows, uint64_t ncols)# C-level memory allocation of array. Parameters: shapex – [in] Number of elements in the first dimension. shapey – [in] Number of elements in the second dimension.