hipsparsednnz_compress Interface Reference

hipsparsednnz_compress Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsednnz_compress Interface Reference
hipfort_hipsparse::hipsparsednnz_compress Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsednnz_compress_ (handle, m, descrA, csrValA, csrRowPtrA, nnzPerRow, nnzC, tol)
 
integer(kind(hipsparse_status_success)) function hipsparsednnz_compress_rank_0 (handle, m, descrA, csrValA, csrRowPtrA, nnzPerRow, nnzC, tol)
 
integer(kind(hipsparse_status_success)) function hipsparsednnz_compress_rank_1 (handle, m, descrA, csrValA, csrRowPtrA, nnzPerRow, nnzC, tol)
 

Member Function/Subroutine Documentation

◆ hipsparsednnz_compress_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_compress::hipsparsednnz_compress_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
type(c_ptr), value  descrA,
type(c_ptr), value  csrValA,
type(c_ptr), value  csrRowPtrA,
type(c_ptr), value  nnzPerRow,
type(c_ptr), value  nnzC,
real(c_double), value  tol 
)

◆ hipsparsednnz_compress_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_compress::hipsparsednnz_compress_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descrA,
real(c_double), target  csrValA,
integer(c_int), target  csrRowPtrA,
integer(c_int), target  nnzPerRow,
integer(c_int), target  nnzC,
real(c_double)  tol 
)

◆ hipsparsednnz_compress_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsednnz_compress::hipsparsednnz_compress_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descrA,
real(c_double), dimension(:), target  csrValA,
integer(c_int), dimension(:), target  csrRowPtrA,
integer(c_int), dimension(:), target  nnzPerRow,
integer(c_int), dimension(:), target  nnzC,
real(c_double)  tol 
)

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