cblas_cdotu

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Complex!float cblas_cdotu(blasint n, Complex!float* x, blasint incx, Complex!float* y, blasint incy)
  2. 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
    ,)

Meta