Function arrso_ones#
Defined in File sparse/array/base.h
Function Documentation#
-
arrso_t arrso_ones(uint64_t nrows, uint64_t ncols, ndir_t *p_nnz, ord_t order, dhelpl_t dhl)#
Create an array filled with ones, defined as 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.