Calculate the inner (dot) product of two arrays of real numbers. The resulting terms are summed accurately using Shewchuk's algorithm.
The first array of numbers.
The second array of numbers.
The dot product.
Calculate the inner (dot) product of two arrays of real numbers. The resulting terms are summed accurately using Shewchuk's algorithm.