Function fedarr_dotproduct_FF# Defined in File real/array/gauss/algebra.h Function Documentation# fednum_t fedarr_dotproduct_FF(fedarr_t *lhs, fedarr_t *rhs)# Dot product between two vectors. RES = DOT_PRODUCT( LHS, RHS ) Parameters: lhs – [in] Left hand side. rhs – [in] Right hand side. res – [in] result dhl – [in] Direction helper list