Function arrsso_dotproduct_OO#
Defined in File semisparse/array/algebra_matops.h
Function Documentation#
-
semiotin_t arrsso_dotproduct_OO(arrsso_t *lhs, arrsso_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.