dotProduct

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto dotProduct(Range1 a, Range2 b)
  2. auto dotProduct(Range1 a, Range2 b)
  3. T dotProduct(T[] a, T[] b)
    version(LDC)
    package
    T
    dotProduct
    (
    T
    )
    (
    in T[] a
    ,
    in T[] b
    )
  4. T dotProduct(T[] a, T[] b)

Meta