Back to LAPACK/BLAS
la.blas.dot
Compute dot product x^T * y.
Syntax
la.blas.dot(x, y)
Description
Compute dot product x^T * y. Uses DDOT from BLAS.
Parameters
| Name | Description |
|---|---|
| x | - First vector |
| y | - Second vector (same length as x) |
Returns
DotResult