scalar-product
There are 13 repositories under scalar-product topic.
gaujay/simd_collection
A collection of highly optimized, SIMD-accelerated (SSE, AVX, FMA, NEON) functions written in C
stdlib-js/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
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.
jopadan/whmath
C++ SIMD header-only math library targeting game/engine development
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.
stdlib-js/blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
KaziTanvir/udemy-python-for-linear-algebra
Linear Algebra using Python
Mooncake911/OpenMP_Practice
OpenMP Practice with Min/Max search in a vector, scalar product of vectors, simplest work with matrices.
Mooncake911/OpenMPI_Practice
OpenMPI Practice with Min/Max search in a vector, scalar product of vectors, matrix-multiplication: Strip & Fox algorithms.