Back to LAPACK/BLAS
la.blas.dotc
Compute conjugate dot product x^H * y.
Syntax
la.blas.dotc(x, y)
Description
Compute conjugate dot product x^H * y. For real vectors, this is equivalent to the regular dot product. For complex vectors (stored as interleaved real/imag pairs), this computes the conjugate dot product.
Parameters
| Name | Description |
|---|---|
| x | - First vector |
| y | - Second vector (same length as x) |
Returns
DotcResult