Computes the dot product between two numeric arrays.
compute-ioover 2 years agoCollection of functions for vector math. MathVector
introduces missing in JavaScript type VectorAdapter
. Vector adapter is an implementation of the abstract interface, a kind of link that defines how to interpret data as the vector. The adapter could
Calculate the dot product of two vectors.
stdlib-js6 months agoCalculate the dot product of two single-precision floating-point vectors.
stdlib-js6 months agoCalculate the dot product of two double-precision floating-point vectors.
stdlib-js6 months ago