cpxDotProduct

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

Meta