Dotu¶
Returns \(x^T y\), which is not an inner product.
C++ API¶
-
T
Dotu
(const AbstractDistMatrix<T> &x, const AbstractDistMatrix<T> &y)¶
C API¶
-
ElError
ElDotu_c
(ElConstMatrix_c A, ElConstMatrix_c B, complex_float* prod)¶
-
ElError
ElDotu_z
(ElConstMatrix_z A, ElConstMatrix_z B, complex_double* prod)¶
-
ElError
ElDotuDist_c
(ElConstDistMatrix_c A, ElConstDistMatrix_c B, complex_float* prod)¶
-
ElError
ElDotuDist_z
(ElConstDistMatrix_z A, ElConstDistMatrix_z B, complex_double* prod)¶