hipsparsezgemmi Interface Reference

hipsparsezgemmi Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsezgemmi Interface Reference
hipfort_hipsparse::hipsparsezgemmi Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsezgemmi_ (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsezgemmi_rank_0 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsezgemmi_rank_1 (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsezgemmi_full_rank (handle, m, n, k, nnz, alpha, a, lda, cscvalb, csccolptrb, cscrowindb, beta, c, ldc)
 

Member Function/Subroutine Documentation

◆ hipsparsezgemmi_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi::hipsparsezgemmi_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  k,
integer(c_int), value  nnz,
complex(c_double_complex)  alpha,
type(c_ptr), value  a,
integer(c_int), value  lda,
type(c_ptr), value  cscvalb,
type(c_ptr), value  csccolptrb,
type(c_ptr), value  cscrowindb,
complex(c_double_complex)  beta,
type(c_ptr), value  c,
integer(c_int), value  ldc 
)

◆ hipsparsezgemmi_full_rank()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi::hipsparsezgemmi_full_rank ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:,:), target  a,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  cscvalb,
integer(c_int), dimension(:), target  csccolptrb,
integer(c_int), dimension(:), target  cscrowindb,
complex(c_double_complex)  beta,
complex(c_double_complex), dimension(:,:), target  c,
integer(c_int)  ldc 
)

◆ hipsparsezgemmi_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi::hipsparsezgemmi_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_double_complex)  alpha,
complex(c_double_complex), target  a,
integer(c_int)  lda,
complex(c_double_complex), target  cscvalb,
integer(c_int), target  csccolptrb,
integer(c_int), target  cscrowindb,
complex(c_double_complex)  beta,
complex(c_double_complex), target  c,
integer(c_int)  ldc 
)

◆ hipsparsezgemmi_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezgemmi::hipsparsezgemmi_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_double_complex)  alpha,
complex(c_double_complex), dimension(:), target  a,
integer(c_int)  lda,
complex(c_double_complex), dimension(:), target  cscvalb,
integer(c_int), dimension(:), target  csccolptrb,
integer(c_int), dimension(:), target  cscrowindb,
complex(c_double_complex)  beta,
complex(c_double_complex), dimension(:), target  c,
integer(c_int)  ldc 
)

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