|
| integer(kind(hipsparse_status_success)) function | hipsparseccsr2hyb_ (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype) |
| |
| integer(kind(hipsparse_status_success)) function | hipsparseccsr2hyb_rank_0 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype) |
| |
| integer(kind(hipsparse_status_success)) function | hipsparseccsr2hyb_rank_1 (handle, m, n, descra, csrsortedvala, csrsortedrowptra, csrsortedcolinda, hyba, userellwidth, partitiontype) |
| |
◆ hipsparseccsr2hyb_()
| integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2hyb::hipsparseccsr2hyb_ |
( |
type(c_ptr), value |
handle, |
|
|
integer(c_int), value |
m, |
|
|
integer(c_int), value |
n, |
|
|
type(c_ptr), value |
descra, |
|
|
type(c_ptr), value |
csrsortedvala, |
|
|
type(c_ptr), value |
csrsortedrowptra, |
|
|
type(c_ptr), value |
csrsortedcolinda, |
|
|
type(c_ptr), value |
hyba, |
|
|
integer(c_int), value |
userellwidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)), value |
partitiontype |
|
) |
| |
◆ hipsparseccsr2hyb_rank_0()
| integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2hyb::hipsparseccsr2hyb_rank_0 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
descra, |
|
|
complex(c_float_complex), target |
csrsortedvala, |
|
|
integer(c_int), target |
csrsortedrowptra, |
|
|
integer(c_int), target |
csrsortedcolinda, |
|
|
type(c_ptr) |
hyba, |
|
|
integer(c_int) |
userellwidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)) |
partitiontype |
|
) |
| |
◆ hipsparseccsr2hyb_rank_1()
| integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparseccsr2hyb::hipsparseccsr2hyb_rank_1 |
( |
type(c_ptr) |
handle, |
|
|
integer(c_int) |
m, |
|
|
integer(c_int) |
n, |
|
|
type(c_ptr) |
descra, |
|
|
complex(c_float_complex), dimension(:), target |
csrsortedvala, |
|
|
integer(c_int), dimension(:), target |
csrsortedrowptra, |
|
|
integer(c_int), dimension(:), target |
csrsortedcolinda, |
|
|
type(c_ptr) |
hyba, |
|
|
integer(c_int) |
userellwidth, |
|
|
integer(kind(hipsparse_hyb_partition_auto)) |
partitiontype |
|
) |
| |
The documentation for this interface was generated from the following file: