rocsparse_cnnz_compress Interface Reference

rocsparse_cnnz_compress Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_cnnz_compress Interface Reference
hipfort_rocsparse::rocsparse_cnnz_compress Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_cnnz_compress_ (handle, m, descr_A, csr_val_A, csr_row_ptr_A, nnz_per_row, nnz_C, tol)
 
integer(kind(rocsparse_status_success)) function rocsparse_cnnz_compress_rank_0 (handle, m, descr_A, csr_val_A, csr_row_ptr_A, nnz_per_row, nnz_C, tol)
 
integer(kind(rocsparse_status_success)) function rocsparse_cnnz_compress_rank_1 (handle, m, descr_A, csr_val_A, csr_row_ptr_A, nnz_per_row, nnz_C, tol)
 

Member Function/Subroutine Documentation

◆ rocsparse_cnnz_compress_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cnnz_compress::rocsparse_cnnz_compress_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
type(c_ptr), value  descr_A,
type(c_ptr), value  csr_val_A,
type(c_ptr), value  csr_row_ptr_A,
type(c_ptr), value  nnz_per_row,
type(c_ptr), value  nnz_C,
complex(c_float_complex), value  tol 
)

◆ rocsparse_cnnz_compress_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cnnz_compress::rocsparse_cnnz_compress_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descr_A,
complex(c_float_complex), target  csr_val_A,
integer(c_int), target  csr_row_ptr_A,
integer(c_int), target  nnz_per_row,
integer(c_int), target  nnz_C,
complex(c_float_complex)  tol 
)

◆ rocsparse_cnnz_compress_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_cnnz_compress::rocsparse_cnnz_compress_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
type(c_ptr)  descr_A,
complex(c_float_complex), dimension(:), target  csr_val_A,
integer(c_int), dimension(:), target  csr_row_ptr_A,
integer(c_int), dimension(:), target  nnz_per_row,
integer(c_int), dimension(:), target  nnz_C,
complex(c_float_complex)  tol 
)

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