Function carr_dotproduct_RR#

Function Documentation#

ccoeff_t carr_dotproduct_RR(carr_t *lhs, carr_t *rh)#

Vector dot product.

RES = DOT_PRODUCT( LHS, RHS)

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

  • rhs[in] Right hand side array.

  • res[in] result.