hipsparsecgemmi Interface Reference

hipsparsecgemmi Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsecgemmi Interface Reference
hipfort_hipsparse::hipsparsecgemmi Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsecgemmi_ (handle, m, n, k, nnz, alpha, A, lda, cscValB, cscColPtrB, cscRowIndB, beta, C, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsecgemmi_full_rank (handle, m, n, k, nnz, alpha, A, lda, cscValB, cscColPtrB, cscRowIndB, beta, C, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsecgemmi_rank_0 (handle, m, n, k, nnz, alpha, A, lda, cscValB, cscColPtrB, cscRowIndB, beta, C, ldc)
 
integer(kind(hipsparse_status_success)) function hipsparsecgemmi_rank_1 (handle, m, n, k, nnz, alpha, A, lda, cscValB, cscColPtrB, cscRowIndB, beta, C, ldc)
 

Member Function/Subroutine Documentation

◆ hipsparsecgemmi_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi::hipsparsecgemmi_ ( 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_float_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_float_complex)  beta,
type(c_ptr), value  C,
integer(c_int), value  ldc 
)

◆ hipsparsecgemmi_full_rank()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi::hipsparsecgemmi_full_rank ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:,:), target  A,
integer(c_int)  lda,
complex(c_float_complex), dimension(:), target  cscValB,
integer(c_int), dimension(:), target  cscColPtrB,
integer(c_int), dimension(:), target  cscRowIndB,
complex(c_float_complex)  beta,
complex(c_float_complex), dimension(:,:), target  C,
integer(c_int)  ldc 
)

◆ hipsparsecgemmi_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi::hipsparsecgemmi_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
complex(c_float_complex), target  A,
integer(c_int)  lda,
complex(c_float_complex), target  cscValB,
integer(c_int), target  cscColPtrB,
integer(c_int), target  cscRowIndB,
complex(c_float_complex)  beta,
complex(c_float_complex), target  C,
integer(c_int)  ldc 
)

◆ hipsparsecgemmi_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecgemmi::hipsparsecgemmi_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  k,
integer(c_int)  nnz,
complex(c_float_complex)  alpha,
complex(c_float_complex), dimension(:), target  A,
integer(c_int)  lda,
complex(c_float_complex), dimension(:), target  cscValB,
integer(c_int), dimension(:), target  cscColPtrB,
integer(c_int), dimension(:), target  cscRowIndB,
complex(c_float_complex)  beta,
complex(c_float_complex), dimension(:), target  C,
integer(c_int)  ldc 
)

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