Function arrso_dotproduct_OO#

Function Documentation#

sotinum_t arrso_dotproduct_OO(arrso_t *lhs, arrso_t *rhs, dhelpl_t dhl)#

Vector dot product.

RES = DOT_PRODUCT( LHS, RHS)

Parameters:
  • lhs[in] Left hand side array.

  • rhs[in] Right hand side array.

  • dhl[in] Direction helper list object.