cpxDotProduct

  1. cfloat cpxDotProduct(Vector!(float[4])[] a, Vector!(float[4])[] b)
  2. cfloat cpxDotProduct(FastComplexArray!(float, 4) a, FastComplexArray!(float, 4) b)
    version(D_SIMD)
    pure nothrow @trusted @nogc
    cfloat
    cpxDotProduct
    (
    FastComplexArray!(float, 4) a
    ,
    FastComplexArray!(float, 4) b
    )

Meta