|
| integer(kind(rocblas_status_success)) function | rocsolver_zgebd2_batched_ (handle, m, n, a, lda, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| |
| integer(kind(rocblas_status_success)) function | rocsolver_zgebd2_batched_rank_0 (handle, m, n, a, lda, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| |
| integer(kind(rocblas_status_success)) function | rocsolver_zgebd2_batched_rank_1 (handle, m, n, a, lda, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| |
◆ rocsolver_zgebd2_batched_()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zgebd2_batched::rocsolver_zgebd2_batched_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
m, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr), value |
a, |
|
|
integer(c_int), value |
lda, |
|
|
type(c_ptr), value |
d, |
|
|
integer(c_int64_t), value |
strided, |
|
|
type(c_ptr), value |
e, |
|
|
integer(c_int64_t), value |
stridee, |
|
|
type(c_ptr), value |
tauq, |
|
|
integer(c_int64_t), value |
strideq, |
|
|
type(c_ptr), value |
taup, |
|
|
integer(c_int64_t), value |
stridep, |
|
|
integer(c_int), value |
batch_count |
|
) |
| |
◆ rocsolver_zgebd2_batched_rank_0()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zgebd2_batched::rocsolver_zgebd2_batched_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
a, |
|
|
integer(c_int) |
lda, |
|
|
real(c_double), target |
d, |
|
|
integer(c_int64_t) |
strided, |
|
|
real(c_double), target |
e, |
|
|
integer(c_int64_t) |
stridee, |
|
|
complex(c_double_complex), target |
tauq, |
|
|
integer(c_int64_t) |
strideq, |
|
|
complex(c_double_complex), target |
taup, |
|
|
integer(c_int64_t) |
stridep, |
|
|
integer(c_int) |
batch_count |
|
) |
| |
◆ rocsolver_zgebd2_batched_rank_1()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_zgebd2_batched::rocsolver_zgebd2_batched_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
a, |
|
|
integer(c_int) |
lda, |
|
|
real(c_double), dimension(:), target |
d, |
|
|
integer(c_int64_t) |
strided, |
|
|
real(c_double), dimension(:), target |
e, |
|
|
integer(c_int64_t) |
stridee, |
|
|
complex(c_double_complex), dimension(:), target |
tauq, |
|
|
integer(c_int64_t) |
strideq, |
|
|
complex(c_double_complex), dimension(:), target |
taup, |
|
|
integer(c_int64_t) |
stridep, |
|
|
integer(c_int) |
batch_count |
|
) |
| |
The documentation for this interface was generated from the following file: