hipsparseccsr2csc Interface Reference

hipsparseccsr2csc Interface Reference#

HIPFORT API Reference: hipfort_hipsparse::hipsparseccsr2csc Interface Reference
hipfort_hipsparse::hipsparseccsr2csc Interface Reference

Public Member Functions

integer(kind(hipsparse_status_success)) function hipsparseccsr2csc_ (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparseccsr2csc_rank_0 (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 
integer(kind(hipsparse_status_success)) function hipsparseccsr2csc_rank_1 (handle, m, n, nnz, csrSortedVal, csrSortedRowPtr, csrSortedColInd, cscSortedVal, cscSortedRowInd, cscSortedColPtr, copyValues, idxBase)
 

Member Function/Subroutine Documentation

◆ hipsparseccsr2csc_()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csc::hipsparseccsr2csc_ ( 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 
)

◆ hipsparseccsr2csc_rank_0()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csc::hipsparseccsr2csc_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
complex(c_float_complex), target  csrSortedVal,
integer(c_int), target  csrSortedRowPtr,
integer(c_int), target  csrSortedColInd,
complex(c_float_complex), 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 
)

◆ hipsparseccsr2csc_rank_1()

integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2csc::hipsparseccsr2csc_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
integer(c_int)  nnz,
complex(c_float_complex), dimension(:), target  csrSortedVal,
integer(c_int), dimension(:), target  csrSortedRowPtr,
integer(c_int), dimension(:), target  csrSortedColInd,
complex(c_float_complex), 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: