Function oarr_sum_OO# Defined in File dense/array/algebra_elementwise.h Function Documentation# oarr_t oarr_sum_OO(oarr_t *lhs, oarr_t *rhs, dhelpl_t dhl)# Elementwise matrix addition. At least one of the arrays is OTI. Example: RES = LHS / RHS Parameters: LHS – [in] Left hand side array. RHS – [in] Right hand side array. dhl – [in] Direction helper list object.