rocsolver_cgebd2_batched Interface Reference

rocsolver_cgebd2_batched Interface Reference#

HIPFORT API Reference: hipfort_rocsolver::rocsolver_cgebd2_batched Interface Reference
hipfort_rocsolver::rocsolver_cgebd2_batched Interface Reference

Public Member Functions

integer(kind(rocblas_status_success)) function rocsolver_cgebd2_batched_ (handle, m, n, A, lda, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count)
 
integer(kind(rocblas_status_success)) function rocsolver_cgebd2_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_cgebd2_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_cgebd2_batched_rank_1 (handle, m, n, A, lda, D, strideD, E, strideE, tauq, strideQ, taup, strideP, batch_count)
 

Member Function/Subroutine Documentation

◆ rocsolver_cgebd2_batched_()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebd2_batched::rocsolver_cgebd2_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_cgebd2_batched_full_rank()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebd2_batched::rocsolver_cgebd2_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_cgebd2_batched_rank_0()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebd2_batched::rocsolver_cgebd2_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_cgebd2_batched_rank_1()

integer(kind(rocblas_status_success)) function hipfort_rocsolver::rocsolver_cgebd2_batched::rocsolver_cgebd2_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: