hipsparsedcsr2csc Interface Reference

hipsparsedcsr2csc Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparsedcsr2csc Interface Reference
hipfort_hipsparse::hipsparsedcsr2csc Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparsedcsr2csc_ (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsedcsr2csc_rank_0 (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparsedcsr2csc_rank_1 (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 

Member Function/Subroutine Documentation

◆ hipsparsedcsr2csc_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csc::hipsparsedcsr2csc_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
integer(c_int), value  nnz,
type(c_ptr), value  csrSortedVal,
type(c_ptr), value  csrSortedRowPtr,
type(c_ptr), value  csrSortedColInd,
type(c_ptr), value  cscSortedVal,
type(c_ptr), value  cscSortedRowInd,
type(c_ptr), value  cscSortedColPtr,
integer(kind(hipsparse_action_symbolic)), value  copyValues,
integer(kind(hipsparse_index_base_zero)), value  idxBase 
)

◆ hipsparsedcsr2csc_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csc::hipsparsedcsr2csc_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
real(c_double), target  csrSortedVal,
integer(c_int), target  csrSortedRowPtr,
integer(c_int), target  csrSortedColInd,
real(c_double), target  cscSortedVal,
integer(c_int), target  cscSortedRowInd,
integer(c_int), target  cscSortedColPtr,
integer(kind(hipsparse_action_symbolic))  copyValues,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

◆ hipsparsedcsr2csc_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsedcsr2csc::hipsparsedcsr2csc_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
real(c_double), dimension(:), target  csrSortedVal,
integer(c_int), dimension(:), target  csrSortedRowPtr,
integer(c_int), dimension(:), target  csrSortedColInd,
real(c_double), dimension(:), target  cscSortedVal,
integer(c_int), dimension(:), target  cscSortedRowInd,
integer(c_int), dimension(:), target  cscSortedColPtr,
integer(kind(hipsparse_action_symbolic))  copyValues,
integer(kind(hipsparse_index_base_zero))  idxBase 
)

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