rocsolver_dgebd2_strided_batched Interface Reference#
hipfort_rocsolver::rocsolver_dgebd2_strided_batched Interface Reference
Public Member Functions | |
integer(kind(rocblas_status_success)) function | rocsolver_dgebd2_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_dgebd2_strided_batched_full_rank (handle, m, n, A, lda, strideA, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count) |
integer(kind(rocblas_status_success)) function | rocsolver_dgebd2_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_dgebd2_strided_batched_rank_1 (handle, m, n, A, lda, strideA, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count) |
Member Function/Subroutine Documentation
◆ rocsolver_dgebd2_strided_batched_()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_dgebd2_strided_batched::rocsolver_dgebd2_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_dgebd2_strided_batched_full_rank()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_dgebd2_strided_batched::rocsolver_dgebd2_strided_batched_full_rank | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
real(c_double), dimension(:,:), target | A, | ||
integer(c_int) | lda, | ||
integer(c_int64_t) | strideA, | ||
real(c_double), dimension(:), target | D, | ||
integer(c_int64_t) | strideD, | ||
real(c_double), dimension(:), target | E, | ||
integer(c_int64_t) | strideE, | ||
real(c_double), dimension(:), target | tauq, | ||
integer(c_int64_t) | strideQ, | ||
real(c_double), dimension(:), target | taup, | ||
integer(c_int64_t) | strideP, | ||
integer(c_int) | batch_count | ||
) |
◆ rocsolver_dgebd2_strided_batched_rank_0()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_dgebd2_strided_batched::rocsolver_dgebd2_strided_batched_rank_0 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
real(c_double), target | A, | ||
integer(c_int) | lda, | ||
integer(c_int64_t) | strideA, | ||
real(c_double), target | D, | ||
integer(c_int64_t) | strideD, | ||
real(c_double), target | E, | ||
integer(c_int64_t) | strideE, | ||
real(c_double), target | tauq, | ||
integer(c_int64_t) | strideQ, | ||
real(c_double), target | taup, | ||
integer(c_int64_t) | strideP, | ||
integer(c_int) | batch_count | ||
) |
◆ rocsolver_dgebd2_strided_batched_rank_1()
integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_dgebd2_strided_batched::rocsolver_dgebd2_strided_batched_rank_1 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
real(c_double), dimension(:), target | A, | ||
integer(c_int) | lda, | ||
integer(c_int64_t) | strideA, | ||
real(c_double), dimension(:), target | D, | ||
integer(c_int64_t) | strideD, | ||
real(c_double), dimension(:), target | E, | ||
integer(c_int64_t) | strideE, | ||
real(c_double), dimension(:), target | tauq, | ||
integer(c_int64_t) | strideQ, | ||
real(c_double), dimension(:), target | taup, | ||
integer(c_int64_t) | strideP, | ||
integer(c_int) | batch_count | ||
) |
The documentation for this interface was generated from the following file: