|
integer(kind(hipsparse_status_success)) function | hipsparsechyb2csr_ (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
integer(kind(hipsparse_status_success)) function | hipsparsechyb2csr_rank_0 (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
integer(kind(hipsparse_status_success)) function | hipsparsechyb2csr_rank_1 (handle, descrA, hybA, csrSortedValA, csrSortedRowPtrA, csrSortedColIndA) |
|
◆ hipsparsechyb2csr_()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechyb2csr::hipsparsechyb2csr_ |
( |
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 |
|
) |
| |
◆ hipsparsechyb2csr_rank_0()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechyb2csr::hipsparsechyb2csr_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
complex(c_float_complex), target |
csrSortedValA, |
|
|
integer(c_int), target |
csrSortedRowPtrA, |
|
|
integer(c_int), target |
csrSortedColIndA |
|
) |
| |
◆ hipsparsechyb2csr_rank_1()
integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsechyb2csr::hipsparsechyb2csr_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
type(c_ptr) |
descrA, |
|
|
type(c_ptr) |
hybA, |
|
|
complex(c_float_complex), 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: