hipsparsexcsrgeamnnz Interface Reference

hipsparsexcsrgeamnnz Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsexcsrgeamnnz Interface Reference
hipfort_hipsparse::hipsparsexcsrgeamnnz Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsexcsrgeamnnz_ (handle, m, n, descrA, nnzA, csrRowPtrA, csrColIndA, descrB, nnzB, csrRowPtrB, csrColIndB, descrC, csrRowPtrC, nnzTotalDevHostPtr)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrgeamnnz_rank_0 (handle, m, n, descrA, nnzA, csrRowPtrA, csrColIndA, descrB, nnzB, csrRowPtrB, csrColIndB, descrC, csrRowPtrC, nnzTotalDevHostPtr)
 
integer(kind(hipsparse_status_success)) function hipsparsexcsrgeamnnz_rank_1 (handle, m, n, descrA, nnzA, csrRowPtrA, csrColIndA, descrB, nnzB, csrRowPtrB, csrColIndB, descrC, csrRowPtrC, nnzTotalDevHostPtr)
 

Member Function/Subroutine Documentation

◆ hipsparsexcsrgeamnnz_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeamnnz::hipsparsexcsrgeamnnz_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
type(c_ptr), value  descrA,
integer(c_int), value  nnzA,
type(c_ptr), value  csrRowPtrA,
type(c_ptr), value  csrColIndA,
type(c_ptr), value  descrB,
integer(c_int), value  nnzB,
type(c_ptr), value  csrRowPtrB,
type(c_ptr), value  csrColIndB,
type(c_ptr), value  descrC,
type(c_ptr), value  csrRowPtrC,
integer(c_int)  nnzTotalDevHostPtr 
)

◆ hipsparsexcsrgeamnnz_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeamnnz::hipsparsexcsrgeamnnz_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
integer(c_int), target  csrRowPtrA,
integer(c_int), target  csrColIndA,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
integer(c_int), target  csrRowPtrB,
integer(c_int), target  csrColIndB,
type(c_ptr)  descrC,
integer(c_int), target  csrRowPtrC,
integer(c_int)  nnzTotalDevHostPtr 
)

◆ hipsparsexcsrgeamnnz_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcsrgeamnnz::hipsparsexcsrgeamnnz_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descrA,
integer(c_int)  nnzA,
integer(c_int), dimension(:), target  csrRowPtrA,
integer(c_int), dimension(:), target  csrColIndA,
type(c_ptr)  descrB,
integer(c_int)  nnzB,
integer(c_int), dimension(:), target  csrRowPtrB,
integer(c_int), dimension(:), target  csrColIndB,
type(c_ptr)  descrC,
integer(c_int), dimension(:), target  csrRowPtrC,
integer(c_int)  nnzTotalDevHostPtr 
)

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