|  | 
| integer(kind(rocsparse_status_success)) function | rocsparse_zaxpyi_ (handle, nnz, alpha, x_val, x_ind, y, idx_base) | 
|  | 
| integer(kind(rocsparse_status_success)) function | rocsparse_zaxpyi_rank_0 (handle, nnz, alpha, x_val, x_ind, y, idx_base) | 
|  | 
| integer(kind(rocsparse_status_success)) function | rocsparse_zaxpyi_rank_1 (handle, nnz, alpha, x_val, x_ind, y, idx_base) | 
|  | 
◆ rocsparse_zaxpyi_()
      
        
          | integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zaxpyi::rocsparse_zaxpyi_ | ( | type(c_ptr), value | handle, | 
        
          |  |  | integer(c_int), value | nnz, | 
        
          |  |  | complex(c_double_complex) | alpha, | 
        
          |  |  | type(c_ptr), value | x_val, | 
        
          |  |  | type(c_ptr), value | x_ind, | 
        
          |  |  | type(c_ptr), value | y, | 
        
          |  |  | integer(kind(rocsparse_index_base_zero)), value | idx_base | 
        
          |  | ) |  |  | 
      
 
 
◆ rocsparse_zaxpyi_rank_0()
      
        
          | integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zaxpyi::rocsparse_zaxpyi_rank_0 | ( | type(c_ptr) | handle, | 
        
          |  |  | integer(c_int) | nnz, | 
        
          |  |  | complex(c_double_complex) | alpha, | 
        
          |  |  | complex(c_double_complex), target | x_val, | 
        
          |  |  | integer(c_int), target | x_ind, | 
        
          |  |  | complex(c_double_complex), target | y, | 
        
          |  |  | integer(kind(rocsparse_index_base_zero)) | idx_base | 
        
          |  | ) |  |  | 
      
 
 
◆ rocsparse_zaxpyi_rank_1()
      
        
          | integer(kind(rocsparse_status_success)) function hipfort_rocsparse::rocsparse_zaxpyi::rocsparse_zaxpyi_rank_1 | ( | type(c_ptr) | handle, | 
        
          |  |  | integer(c_int) | nnz, | 
        
          |  |  | complex(c_double_complex) | alpha, | 
        
          |  |  | complex(c_double_complex), dimension(:), target | x_val, | 
        
          |  |  | integer(c_int), dimension(:), target | x_ind, | 
        
          |  |  | complex(c_double_complex), dimension(:), target | y, | 
        
          |  |  | integer(kind(rocsparse_index_base_zero)) | idx_base | 
        
          |  | ) |  |  | 
      
 
 
The documentation for this interface was generated from the following file: