hipsparsexcoosort_buffersizeext Interface Reference#
hipfort_hipsparse::hipsparsexcoosort_buffersizeext Interface Reference
Sort a sparse COO matrix. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsexcoosort_buffersizeext_ (handle, m, n, nnz, cooRows, cooCols, pBufferSizeInBytes) |
integer(kind(hipsparse_status_success)) function | hipsparsexcoosort_buffersizeext_rank_0 (handle, m, n, nnz, cooRows, cooCols, pBufferSizeInBytes) |
integer(kind(hipsparse_status_success)) function | hipsparsexcoosort_buffersizeext_rank_1 (handle, m, n, nnz, cooRows, cooCols, pBufferSizeInBytes) |
Detailed Description
Sort a sparse COO matrix.
hipsparseXcoosort_bufferSizeExt
returns the size of the temporary storage buffer required by hipsparseXcoosort(). The temporary storage buffer must be allocated by the user.
Member Function/Subroutine Documentation
◆ hipsparsexcoosort_buffersizeext_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosort_buffersizeext::hipsparsexcoosort_buffersizeext_ | ( | type(c_ptr), value | handle, |
integer(c_int), value | m, | ||
integer(c_int), value | n, | ||
integer(c_int), value | nnz, | ||
type(c_ptr), value | cooRows, | ||
type(c_ptr), value | cooCols, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
◆ hipsparsexcoosort_buffersizeext_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosort_buffersizeext::hipsparsexcoosort_buffersizeext_rank_0 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
integer(c_int) | nnz, | ||
integer(c_int), target | cooRows, | ||
integer(c_int), target | cooCols, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
◆ hipsparsexcoosort_buffersizeext_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcoosort_buffersizeext::hipsparsexcoosort_buffersizeext_rank_1 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
integer(c_int) | nnz, | ||
integer(c_int), dimension(:), target | cooRows, | ||
integer(c_int), dimension(:), target | cooCols, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
The documentation for this interface was generated from the following file: