Function oarr_matmul_OO# Defined in File dense/array/algebra_matops.h Function Documentation# oarr_t oarr_matmul_OO(oarr_t *lhs, oarr_t *rhs, dhelpl_t dhl)# Matrix multiplication of two 2D arrays. At least one of LHS or RHS arrays must be OTI array. RES = MATMUL(LHS, RHS) Parameters: LHS – [in] OTI array RHS – [in] OTI array dhl – [in] Direction helper list object.