hipsparsezcsrgeam2 Interface Reference

hipsparsezcsrgeam2 Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsezcsrgeam2 Interface Reference
hipfort_hipsparse::hipsparsezcsrgeam2 Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsezcsrgeam2_ (handle, m, n, alpha, descrA, nnzA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, beta, descrB, nnzB, csrSortedValB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedValC, csrSortedRowPtrC, csrSortedColIndC, pBuffer)
 
integer(kind(hipsparse_status_success)) function hipsparsezcsrgeam2_rank_0 (handle, m, n, alpha, descrA, nnzA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, beta, descrB, nnzB, csrSortedValB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedValC, csrSortedRowPtrC, csrSortedColIndC, pBuffer)
 
integer(kind(hipsparse_status_success)) function hipsparsezcsrgeam2_rank_1 (handle, m, n, alpha, descrA, nnzA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA, beta, descrB, nnzB, csrSortedValB, csrSortedRowPtrB, csrSortedColIndB, descrC, csrSortedValC, csrSortedRowPtrC, csrSortedColIndC, pBuffer)
 

Member Function/Subroutine Documentation

◆ hipsparsezcsrgeam2_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2::hipsparsezcsrgeam2_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
complex(c_double_complex)  alpha,
type(c_ptr), value  descrA,
integer(c_int), value  nnzA,
type(c_ptr), value  csrSortedValA,
type(c_ptr), value  csrSortedRowPtrA,
type(c_ptr), value  csrSortedColIndA,
complex(c_double_complex)  beta,
type(c_ptr), value  descrB,
integer(c_int), value  nnzB,
type(c_ptr), value  csrSortedValB,
type(c_ptr), value  csrSortedRowPtrB,
type(c_ptr), value  csrSortedColIndB,
type(c_ptr), value  descrC,
type(c_ptr), value  csrSortedValC,
type(c_ptr), value  csrSortedRowPtrC,
type(c_ptr), value  csrSortedColIndC,
type(c_ptr), value  pBuffer 
)

◆ hipsparsezcsrgeam2_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2::hipsparsezcsrgeam2_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
complex(c_double_complex), target  csrSortedValA,
integer(c_int), target  csrSortedRowPtrA,
integer(c_int), target  csrSortedColIndA,
complex(c_double_complex)  beta,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
complex(c_double_complex), target  csrSortedValB,
integer(c_int), target  csrSortedRowPtrB,
integer(c_int), target  csrSortedColIndB,
type(c_ptr)  descrC,
complex(c_double_complex), target  csrSortedValC,
integer(c_int), target  csrSortedRowPtrC,
integer(c_int), target  csrSortedColIndC,
type(c_ptr)  pBuffer 
)

◆ hipsparsezcsrgeam2_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezcsrgeam2::hipsparsezcsrgeam2_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
complex(c_double_complex)  alpha,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
complex(c_double_complex), dimension(:), target  csrSortedValA,
integer(c_int), dimension(:), target  csrSortedRowPtrA,
integer(c_int), dimension(:), target  csrSortedColIndA,
complex(c_double_complex)  beta,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
complex(c_double_complex), dimension(:), target  csrSortedValB,
integer(c_int), dimension(:), target  csrSortedRowPtrB,
integer(c_int), dimension(:), target  csrSortedColIndB,
type(c_ptr)  descrC,
complex(c_double_complex), dimension(:), target  csrSortedValC,
integer(c_int), dimension(:), target  csrSortedRowPtrC,
integer(c_int), dimension(:), target  csrSortedColIndC,
type(c_ptr)  pBuffer 
)

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