Function arrsso_createEmpty_predef#

Function Documentation#

arrsso_t arrsso_createEmpty_predef(uint64_t nrows, uint64_t ncols, ndir_t *p_nnz, ord_t order, dhelpl_t dhl)#

Create an empty array of sparse oti numbers. This is allocated given the number of imagianry directions per order, in p_nnz.

Parameters:
  • nrows[in] Number of rows of the array.

  • ncols[in] Number of columns of the array.

  • p_nnz[in] Array with the number of im dir to allocate for each order.

  • order[in] Truncation order of the array.

  • dhl[in] Direction helper list object.