Function fearrso_get_slice#
Defined in File sparse/array/gauss/base.h
Function Documentation#
-
fearrso_t fearrso_get_slice(fearrso_t *arr, int64_t starti, int64_t stopi, int64_t stepi, int64_t startj, int64_t stopj, int64_t stepj, dhelpl_t dhl)#
Get slice from fearrso object.
- Parameters:
arr – [in] array to get slice.
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 (if any)
dhl – [in] Direction helper list object.