Function oarr_set_all_r#
Defined in File dense/array/base.h
Function Documentation#
-
void oarr_set_all_r(coeff_t num, oarr_t *arr, dhelpl_t dhl)#
Set an element of an OTI array by either a real coefficient or an oti number.
ARR[i,j] = num
- Parameters:
num – [in] Number to be set.
i – [in] Row to set the element.
j – [in] Column to set the element.
arr – [in] Array to place the new elet
dhl – [in] Direction helper list object.