Function dotPrecise

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

    Parameters

    Returns number

    The dot product.