hipsolversgebrd Interface Reference

hipsolversgebrd Interface Reference#

HIPFORT API Reference: hipfort_hipsolver::hipsolversgebrd Interface Reference
hipfort_hipsolver::hipsolversgebrd Interface Reference

Public Member Functions

integer(kind(hipsolver_status_success)) function hipsolversgebrd_ (handle, m, n, A, lda, D, E, tauq, taup, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolversgebrd_full_rank (handle, m, n, A, lda, D, E, tauq, taup, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolversgebrd_rank_0 (handle, m, n, A, lda, D, E, tauq, taup, work, lwork, devInfo)
 
integer(kind(hipsolver_status_success)) function hipsolversgebrd_rank_1 (handle, m, n, A, lda, D, E, tauq, taup, work, lwork, devInfo)
 

Member Function/Subroutine Documentation

◆ hipsolversgebrd_()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolversgebrd::hipsolversgebrd_ ( 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,
type(c_ptr), value  E,
type(c_ptr), value  tauq,
type(c_ptr), value  taup,
type(c_ptr), value  work,
integer(c_int), value  lwork,
integer(c_int)  devInfo 
)

◆ hipsolversgebrd_full_rank()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolversgebrd::hipsolversgebrd_full_rank ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_float), dimension(:,:), target  A,
integer(c_int)  lda,
real(c_float), dimension(:), target  D,
real(c_float), dimension(:), target  E,
real(c_float), dimension(:), target  tauq,
real(c_float), dimension(:), target  taup,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

◆ hipsolversgebrd_rank_0()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolversgebrd::hipsolversgebrd_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_float), target  A,
integer(c_int)  lda,
real(c_float), target  D,
real(c_float), target  E,
real(c_float), target  tauq,
real(c_float), target  taup,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

◆ hipsolversgebrd_rank_1()

integer(kind(hipsolver_status_success)) function hipfort_hipsolver::hipsolversgebrd::hipsolversgebrd_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
real(c_float), dimension(:), target  A,
integer(c_int)  lda,
real(c_float), dimension(:), target  D,
real(c_float), dimension(:), target  E,
real(c_float), dimension(:), target  tauq,
real(c_float), dimension(:), target  taup,
type(c_ptr)  work,
integer(c_int)  lwork,
integer(c_int)  devInfo 
)

The documentation for this interface was generated from the following file: