hipsparsexcscsort_buffersizeext Interface Reference#
hipfort_hipsparse::hipsparsexcscsort_buffersizeext Interface Reference
Sort a sparse CSC matrix. More...
Public Member Functions | |
integer(kind(hipsparse_status_success)) function | hipsparsexcscsort_buffersizeext_ (handle, m, n, nnz, cscColPtr, cscRowInd, pBufferSizeInBytes) |
integer(kind(hipsparse_status_success)) function | hipsparsexcscsort_buffersizeext_rank_0 (handle, m, n, nnz, cscColPtr, cscRowInd, pBufferSizeInBytes) |
integer(kind(hipsparse_status_success)) function | hipsparsexcscsort_buffersizeext_rank_1 (handle, m, n, nnz, cscColPtr, cscRowInd, pBufferSizeInBytes) |
Detailed Description
Sort a sparse CSC matrix.
hipsparseXcscsort_bufferSizeExt
returns the size of the temporary storage buffer required by hipsparseXcscsort(). The temporary storage buffer must be allocated by the user.
Member Function/Subroutine Documentation
◆ hipsparsexcscsort_buffersizeext_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_buffersizeext::hipsparsexcscsort_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 | cscColPtr, | ||
type(c_ptr), value | cscRowInd, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
◆ hipsparsexcscsort_buffersizeext_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_buffersizeext::hipsparsexcscsort_buffersizeext_rank_0 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
integer(c_int) | nnz, | ||
integer(c_int), target | cscColPtr, | ||
integer(c_int), target | cscRowInd, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
◆ hipsparsexcscsort_buffersizeext_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsexcscsort_buffersizeext::hipsparsexcscsort_buffersizeext_rank_1 | ( | type(c_ptr) | handle, |
integer(c_int) | m, | ||
integer(c_int) | n, | ||
integer(c_int) | nnz, | ||
integer(c_int), dimension(:), target | cscColPtr, | ||
integer(c_int), dimension(:), target | cscRowInd, | ||
integer(c_size_t) | pBufferSizeInBytes | ||
) |
The documentation for this interface was generated from the following file: