| 
| 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) | 
|   | 
◆ 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: