Compute the inner product of two vectors with extended precision accumulation and result. Uses unrolled loops for increments equal to one.
dot
X^T * Y
BLAS: DSDOT
See Implementation
Compute the inner product of two vectors with extended precision accumulation and result. Uses unrolled loops for increments equal to one.