cblas_cdotu

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

Meta