rocsolver_cgebrd_strided_batched Interface Reference#
hipfort_rocsolver::rocsolver_cgebrd_strided_batched Interface Reference
Public Member Functions | |
| integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_strided_batched_ (handle, m, n, a, lda, stridea, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_strided_batched_rank_0 (handle, m, n, a, lda, stridea, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_strided_batched_rank_1 (handle, m, n, a, lda, stridea, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
| integer(kind(rocblas_status_success)) function | rocsolver_cgebrd_strided_batched_full_rank (handle, m, n, a, lda, stridea, d, strided, e, stridee, tauq, strideq, taup, stridep, batch_count) |
Member Function/Subroutine Documentation
◆ rocsolver_cgebrd_strided_batched_()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_strided_batched::rocsolver_cgebrd_strided_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, | ||
| integer(c_int64_t), value | stridea, | ||
| 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_strided_batched_full_rank()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_strided_batched::rocsolver_cgebrd_strided_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, | ||
| integer(c_int64_t) | stridea, | ||
| 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_strided_batched_rank_0()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_strided_batched::rocsolver_cgebrd_strided_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, | ||
| integer(c_int64_t) | stridea, | ||
| 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_strided_batched_rank_1()
| integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebrd_strided_batched::rocsolver_cgebrd_strided_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, | ||
| integer(c_int64_t) | stridea, | ||
| 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: