Function arrso_set_slice_r#
Defined in File sparse/array/base.h
Function Documentation#
-
void arrso_set_slice_r(coeff_t val, int64_t starti, int64_t stopi, int64_t stepi, int64_t startj, int64_t stopj, int64_t stepj, arrso_t *res, dhelpl_t dhl)#
Set slice to arrso object.
- Parameters:
val – [in] Value to set in res array.
starti – [in] Starting row index.
stopi – [in] Final row index.
stepi – [in] Row step.
startj – [in] Starting column index.
stopj – [in] Final column index.
stepj – [in] Column step.
res – [inout] Address of the result holder
dhl – [in] Direction helper list object.