blas-base-sdsdot
Calculate the dot product of two single-precision floating-point vectors with extended accumulation.
@stdlib/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
@stdlib/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/stats-iter-mprod
Create an iterator which iteratively computes a moving product.
@stdlib/math-base-ops-mul
Multiply two double-precision floating-point numbers.
@stdlib/stats-iter-cuprod
Create an iterator which iteratively computes a cumulative product.
@stdlib/math-iter-ops-divide
Create an iterator which performs element-wise division of two or more iterators.
@stdlib/stats-iter-cugmean
Create an iterator which iteratively computes a cumulative geometric mean.
@stdlib/blas-sdot
Calculate the dot product of two single-precision floating-point vectors.
@stdlib/math-strided-ops-mul
Element-wise multiplication of two strided arrays.
@stdlib/math-base-ops-mulf
Multiply two single-precision floating-point numbers.
@stdlib/math-strided-ops-mul-by
Element-wise multiplication of two strided arrays via a callback function.
@stdlib/math-base-ops-imuldw
Compute the double word product of two signed 32-bit integers.
blas-ddot
Calculate the dot product of two double-precision floating-point vectors.
math-iter-ops-multiply
Create an iterator which performs element-wise multiplication of two or more iterators.
@stdlib/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
blas-base-ndarray-gdot
Compute the dot product of two one-dimensional ndarrays.