|
integer(kind(hipblas_status_success)) function | hipblasdscalstridedbatched_ (handle, n, alpha, x, incx, stridex, batchCount) |
|
integer(kind(hipblas_status_success)) function | hipblasdscalstridedbatched_rank_0 (handle, n, alpha, x, incx, stridex, batchCount) |
|
integer(kind(hipblas_status_success)) function | hipblasdscalstridedbatched_rank_1 (handle, n, alpha, x, incx, stridex, batchCount) |
|
◆ hipblasdscalstridedbatched_()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdscalstridedbatched::hipblasdscalstridedbatched_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
n, |
|
|
real(c_double) |
alpha, |
|
|
type(c_ptr), value |
x, |
|
|
integer(c_int), value |
incx, |
|
|
integer(c_int64_t), value |
stridex, |
|
|
integer(c_int), value |
batchCount |
|
) |
| |
◆ hipblasdscalstridedbatched_rank_0()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdscalstridedbatched::hipblasdscalstridedbatched_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
real(c_double) |
alpha, |
|
|
real(c_double), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
integer(c_int64_t) |
stridex, |
|
|
integer(c_int) |
batchCount |
|
) |
| |
◆ hipblasdscalstridedbatched_rank_1()
integer(kind(hipblas_status_success)) function hipfort_hipblas::hipblasdscalstridedbatched::hipblasdscalstridedbatched_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
n, |
|
|
real(c_double) |
alpha, |
|
|
real(c_double), dimension(:), target |
x, |
|
|
integer(c_int) |
incx, |
|
|
integer(c_int64_t) |
stridex, |
|
|
integer(c_int) |
batchCount |
|
) |
| |
The documentation for this interface was generated from the following file: