Dot¶
Returns \((x,y) = x^H y\). \(x\) and \(y\) are both allowed to be stored as column or row vectors, but will be interpreted as column vectors.
C++ API¶
-
T
Dot
(const AbstractDistMatrix<T> &x, const AbstractDistMatrix<T> &y)¶
C API¶
-
ElError
ElDot_c
(ElConstMatrix_c A, ElConstMatrix_c B, complex_float* prod)¶
-
ElError
ElDot_z
(ElConstMatrix_z A, ElConstMatrix_z B, complex_double* prod)¶
-
ElError
ElDotDist_c
(ElConstDistMatrix_c A, ElConstDistMatrix_c B, complex_float* prod)¶
-
ElError
ElDotDist_z
(ElConstDistMatrix_z A, ElConstDistMatrix_z B, complex_double* prod)¶