Function fedarr_sum_FF#

Function Documentation#

fedarr_t fedarr_sum_FF(fedarr_t *lhs, fedarr_t *rhs)#

Matrix elementwise Addition.

RES = LHS + RHS

Parameters:
  • lhs[in] Left hand side.

  • rhs[in] Right hand side.

  • res[in] Result

  • dhl[in] Direction helper list.