cblas_zdotc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. Complex!double cblas_zdotc(blasint n, Complex!double* x, blasint incx, Complex!double* y, blasint incy)
    version(CBLAS_CAN_RETURNS_COMPLEX)
    extern (C) @nogc nothrow
    Complex!double
    cblas_zdotc
    (,
    in Complex!double* x
    ,,
    in Complex!double* y
    ,)
  2. Complex!double cblas_zdotc(blasint n, Complex!double* x, blasint incx, Complex!double* y, blasint incy)

Meta