|
integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_batched_ (handle, m, n, A, lda, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count) |
|
integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_batched_full_rank (handle, m, n, A, lda, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count) |
|
integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_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_cgebrd_batched_rank_1 (handle, m, n, A, lda, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count) |
|
◆ rocsolver_cgebrd_batched_()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_batched::rocsolver_cgebrd_batched_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
m, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr) |
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_cgebrd_batched_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_batched::rocsolver_cgebrd_batched_full_rank |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
complex(c_float_complex), dimension(:,:,:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
real(c_float), dimension(:), target |
D, |
|
|
integer(c_int64_t) |
strideD, |
|
|
real(c_float), dimension(:), target |
E, |
|
|
integer(c_int64_t) |
strideE, |
|
|
complex(c_float_complex), dimension(:), target |
tauq, |
|
|
integer(c_int64_t) |
strideQ, |
|
|
complex(c_float_complex), dimension(:), target |
taup, |
|
|
integer(c_int64_t) |
strideP, |
|
|
integer(c_int) |
batch_count |
|
) |
| |
◆ rocsolver_cgebrd_batched_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_batched::rocsolver_cgebrd_batched_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
complex(c_float_complex), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
real(c_float), target |
D, |
|
|
integer(c_int64_t) |
strideD, |
|
|
real(c_float), target |
E, |
|
|
integer(c_int64_t) |
strideE, |
|
|
complex(c_float_complex), target |
tauq, |
|
|
integer(c_int64_t) |
strideQ, |
|
|
complex(c_float_complex), target |
taup, |
|
|
integer(c_int64_t) |
strideP, |
|
|
integer(c_int) |
batch_count |
|
) |
| |
◆ rocsolver_cgebrd_batched_rank_1()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_batched::rocsolver_cgebrd_batched_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
complex(c_float_complex), dimension(:), target |
A, |
|
|
integer(c_int) |
lda, |
|
|
real(c_float), dimension(:), target |
D, |
|
|
integer(c_int64_t) |
strideD, |
|
|
real(c_float), dimension(:), target |
E, |
|
|
integer(c_int64_t) |
strideE, |
|
|
complex(c_float_complex), dimension(:), target |
tauq, |
|
|
integer(c_int64_t) |
strideQ, |
|
|
complex(c_float_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: