|
integer(kind(hipsparse_status_success)) function | hipsparseshyb2csr_ (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
integer(kind(hipsparse_status_success)) function | hipsparseshyb2csr_rank_0 (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
integer(kind(hipsparse_status_success)) function | hipsparseshyb2csr_rank_1 (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
◆ hipsparseshyb2csr_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshyb2csr::hipsparseshyb2csr_ |
( |
type(c_ptr), value |
handle, |
|
|
type(c_ptr), value |
descrA, |
|
|
type(c_ptr), value |
hybA, |
|
|
type(c_ptr), value |
csrSortedValA, |
|
|
type(c_ptr), value |
csrSortedRowPtrA, |
|
|
type(c_ptr), value |
csrSortedColIndA |
|
) |
| |
◆ hipsparseshyb2csr_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshyb2csr::hipsparseshyb2csr_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
real(c_float), target |
csrSortedValA, |
|
|
integer(c_int), target |
csrSortedRowPtrA, |
|
|
integer(c_int), target |
csrSortedColIndA |
|
) |
| |
◆ hipsparseshyb2csr_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseshyb2csr::hipsparseshyb2csr_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
real(c_float), dimension(:), target |
csrSortedValA, |
|
|
integer(c_int), dimension(:), target |
csrSortedRowPtrA, |
|
|
integer(c_int), dimension(:), target |
csrSortedColIndA |
|
) |
| |
The documentation for this interface was generated from the following file: