hipsparsecnnz_compress Interface Reference

hipsparsecnnz_compress Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsecnnz_compress Interface Reference
hipfort_hipsparse::hipsparsecnnz_compress Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsecnnz_compress_ (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipsparsecnnz_compress_rank_0 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 
integer(kind(hipsparse_status_success)) function hipsparsecnnz_compress_rank_1 (handle, m, descra, csrvala, csrrowptra, nnzperrow, nnzc, tol)
 

Member Function/Subroutine Documentation

◆ hipsparsecnnz_compress_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_compress::hipsparsecnnz_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,
complex(c_float_complex), value  tol 
)

◆ hipsparsecnnz_compress_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_compress::hipsparsecnnz_compress_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descra,
complex(c_float_complex), target  csrvala,
integer(c_int), target  csrrowptra,
integer(c_int), target  nnzperrow,
integer(c_int), target  nnzc,
complex(c_float_complex)  tol 
)

◆ hipsparsecnnz_compress_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsecnnz_compress::hipsparsecnnz_compress_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descra,
complex(c_float_complex), dimension(:), target  csrvala,
integer(c_int), dimension(:), target  csrrowptra,
integer(c_int), dimension(:), target  nnzperrow,
integer(c_int), dimension(:), target  nnzc,
complex(c_float_complex)  tol 
)

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