sdot
There are 6 repositories under sdot topic.
stdlib-js/blas-base-gdot
Calculate the dot product of two vectors.
stdlib-js/blas-gdot
Calculate the dot product of two vectors.
stdlib-js/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
stdlib-js/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
stdlib-js/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
stdlib-js/blas-base-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.