Function fedarr_mul_FF#

Function Documentation#

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

Matrix elementwise multiplication.

RES = LHS * RHS

Parameters:
  • lhs[in] Left hand side.

  • rhs[in] Right hand side.

  • res[in] Result

  • dhl[in] Direction helper list.