| 
| integer(kind(hipsparse_status_success)) function  | hipsparsezhybmv_ (handle, transA, alpha, descrA, hybA, x, beta, y) | 
|   | 
| integer(kind(hipsparse_status_success)) function  | hipsparsezhybmv_rank_0 (handle, transA, alpha, descrA, hybA, x, beta, y) | 
|   | 
| integer(kind(hipsparse_status_success)) function  | hipsparsezhybmv_rank_1 (handle, transA, alpha, descrA, hybA, x, beta, y) | 
|   | 
◆ hipsparsezhybmv_()
      
        
          | integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhybmv::hipsparsezhybmv_  | 
          ( | 
          type(c_ptr), value  | 
          handle,  | 
        
        
           | 
           | 
          integer(kind(hipsparse_operation_non_transpose)), value  | 
          transA,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          type(c_ptr), value  | 
          descrA,  | 
        
        
           | 
           | 
          type(c_ptr), value  | 
          hybA,  | 
        
        
           | 
           | 
          type(c_ptr), value  | 
          x,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          beta,  | 
        
        
           | 
           | 
          type(c_ptr), value  | 
          y  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ hipsparsezhybmv_rank_0()
      
        
          | integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhybmv::hipsparsezhybmv_rank_0  | 
          ( | 
          type(c_ptr)  | 
          handle,  | 
        
        
           | 
           | 
          integer(kind(hipsparse_operation_non_transpose))  | 
          transA,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          type(c_ptr)  | 
          descrA,  | 
        
        
           | 
           | 
          type(c_ptr)  | 
          hybA,  | 
        
        
           | 
           | 
          complex(c_double_complex), target  | 
          x,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          beta,  | 
        
        
           | 
           | 
          complex(c_double_complex), target  | 
          y  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ hipsparsezhybmv_rank_1()
      
        
          | integer(kind(hipsparse_status_success)) function hipfort_hipsparse::hipsparsezhybmv::hipsparsezhybmv_rank_1  | 
          ( | 
          type(c_ptr)  | 
          handle,  | 
        
        
           | 
           | 
          integer(kind(hipsparse_operation_non_transpose))  | 
          transA,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          type(c_ptr)  | 
          descrA,  | 
        
        
           | 
           | 
          type(c_ptr)  | 
          hybA,  | 
        
        
           | 
           | 
          complex(c_double_complex), dimension(:), target  | 
          x,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          beta,  | 
        
        
           | 
           | 
          complex(c_double_complex), dimension(:), target  | 
          y  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this interface was generated from the following file: