hipsparsescsr2csr_compress Interface Reference#
hipfort_hipsparse::hipsparsescsr2csr_compress Interface Reference
Description: This routine compresses the input CSR matrix by removing elements that are less than or equal to the non-negative tolerance. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsescsr2csr_compress_ (handle, m, n, descrA, csrValA, csrColIndA, csrRowPtrA, nnzA, nnzPerRow, csrValC, csrColIndC, csrRowPtrC, tol) |
integer(kind(hipsparse_status_success)) function | hipsparsescsr2csr_compress_rank_0 (handle, m, n, descrA, csrValA, csrColIndA, csrRowPtrA, nnzA, nnzPerRow, csrValC, csrColIndC, csrRowPtrC, tol) |
integer(kind(hipsparse_status_success)) function | hipsparsescsr2csr_compress_rank_1 (handle, m, n, descrA, csrValA, csrColIndA, csrRowPtrA, nnzA, nnzPerRow, csrValC, csrColIndC, csrRowPtrC, tol) |
Detailed Description
Description: This routine compresses the input CSR matrix by removing elements that are less than or equal to the non-negative tolerance.
Member Function/Subroutine Documentation
◆ hipsparsescsr2csr_compress_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csr_compress::hipsparsescsr2csr_compress_ | ( | type(c_ptr), value | handle, |
integer(c_int), value | m, | ||
integer(c_int), value | n, | ||
type(c_ptr), value | descrA, | ||
type(c_ptr), value | csrValA, | ||
type(c_ptr), value | csrColIndA, | ||
type(c_ptr), value | csrRowPtrA, | ||
integer(c_int), value | nnzA, | ||
type(c_ptr), value | nnzPerRow, | ||
type(c_ptr), value | csrValC, | ||
type(c_ptr), value | csrColIndC, | ||
type(c_ptr), value | csrRowPtrC, | ||
real(c_float), value | tol | ||
) |
◆ hipsparsescsr2csr_compress_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csr_compress::hipsparsescsr2csr_compress_rank_0 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
type(c_ptr) | descrA, | ||
real(c_float), target | csrValA, | ||
integer(c_int), target | csrColIndA, | ||
integer(c_int), target | csrRowPtrA, | ||
integer(c_int) | nnzA, | ||
integer(c_int), target | nnzPerRow, | ||
real(c_float), target | csrValC, | ||
integer(c_int), target | csrColIndC, | ||
integer(c_int), target | csrRowPtrC, | ||
real(c_float) | tol | ||
) |
◆ hipsparsescsr2csr_compress_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsescsr2csr_compress::hipsparsescsr2csr_compress_rank_1 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
type(c_ptr) | descrA, | ||
real(c_float), dimension(:), target | csrValA, | ||
integer(c_int), dimension(:), target | csrColIndA, | ||
integer(c_int), dimension(:), target | csrRowPtrA, | ||
integer(c_int) | nnzA, | ||
integer(c_int), dimension(:), target | nnzPerRow, | ||
real(c_float), dimension(:), target | csrValC, | ||
integer(c_int), dimension(:), target | csrColIndC, | ||
integer(c_int), dimension(:), target | csrRowPtrC, | ||
real(c_float) | tol | ||
) |
The documentation for this interface was generated from the following file: