This page contains proposed changes for a future release of ROCm. Read the latest Linux release of ROCm documentation for your production environments.

rocsparse_zcsr2hyb Interface Reference

rocsparse_zcsr2hyb Interface Reference#

HIPFORT API Reference: hipfort_rocsparse::rocsparse_zcsr2hyb Interface Reference
hipfort_rocsparse::rocsparse_zcsr2hyb Interface Reference

Public Member Functions

integer(kind(rocsparse_status_success)) function rocsparse_zcsr2hyb_ (handle, m, n, descr, csr_val, csr_row_ptr, csr_col_ind, hyb, user_ell_width, partition_type)
 
integer(kind(rocsparse_status_success)) function rocsparse_zcsr2hyb_rank_0 (handle, m, n, descr, csr_val, csr_row_ptr, csr_col_ind, hyb, user_ell_width, partition_type)
 
integer(kind(rocsparse_status_success)) function rocsparse_zcsr2hyb_rank_1 (handle, m, n, descr, csr_val, csr_row_ptr, csr_col_ind, hyb, user_ell_width, partition_type)
 

Member Function/Subroutine Documentation

◆ rocsparse_zcsr2hyb_()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsr2hyb::rocsparse_zcsr2hyb_ ( type(c_ptr), value  handle,
integer(c_int), value  m,
integer(c_int), value  n,
type(c_ptr), value  descr,
type(c_ptr), value  csr_val,
type(c_ptr), value  csr_row_ptr,
type(c_ptr), value  csr_col_ind,
type(c_ptr), value  hyb,
integer(c_int), value  user_ell_width,
integer(kind(rocsparse_hyb_partition_auto)), value  partition_type 
)

◆ rocsparse_zcsr2hyb_rank_0()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsr2hyb::rocsparse_zcsr2hyb_rank_0 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descr,
complex(c_double_complex), target  csr_val,
integer(c_int), target  csr_row_ptr,
integer(c_int), target  csr_col_ind,
type(c_ptr)  hyb,
integer(c_int)  user_ell_width,
integer(kind(rocsparse_hyb_partition_auto))  partition_type 
)

◆ rocsparse_zcsr2hyb_rank_1()

integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zcsr2hyb::rocsparse_zcsr2hyb_rank_1 ( type(c_ptr)  handle,
integer(c_int)  m,
integer(c_int)  n,
type(c_ptr)  descr,
complex(c_double_complex), dimension(:), target  csr_val,
integer(c_int), dimension(:), target  csr_row_ptr,
integer(c_int), dimension(:), target  csr_col_ind,
type(c_ptr)  hyb,
integer(c_int)  user_ell_width,
integer(kind(rocsparse_hyb_partition_auto))  partition_type 
)

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