| 
| integer(kind(rocblas_status_success)) function  | rocblas_zscal_ (handle, n, alpha, x, incx) | 
|   | 
| integer(kind(rocblas_status_success)) function  | rocblas_zscal_rank_0 (handle, n, alpha, x, incx) | 
|   | 
| integer(kind(rocblas_status_success)) function  | rocblas_zscal_rank_1 (handle, n, alpha, x, incx) | 
|   | 
◆ rocblas_zscal_()
      
        
          | integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zscal::rocblas_zscal_  | 
          ( | 
          type(c_ptr), value  | 
          handle,  | 
        
        
           | 
           | 
          integer(c_int), value  | 
          n,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          type(c_ptr), value  | 
          x,  | 
        
        
           | 
           | 
          integer(c_int), value  | 
          incx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ rocblas_zscal_rank_0()
      
        
          | integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zscal::rocblas_zscal_rank_0  | 
          ( | 
          type(c_ptr)  | 
          handle,  | 
        
        
           | 
           | 
          integer(c_int)  | 
          n,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          complex(c_double_complex), target  | 
          x,  | 
        
        
           | 
           | 
          integer(c_int)  | 
          incx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ rocblas_zscal_rank_1()
      
        
          | integer(kind(rocblas_status_success)) function hipfort_rocblas::rocblas_zscal::rocblas_zscal_rank_1  | 
          ( | 
          type(c_ptr)  | 
          handle,  | 
        
        
           | 
           | 
          integer(c_int)  | 
          n,  | 
        
        
           | 
           | 
          complex(c_double_complex)  | 
          alpha,  | 
        
        
           | 
           | 
          complex(c_double_complex), dimension(:), target  | 
          x,  | 
        
        
           | 
           | 
          integer(c_int)  | 
          incx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this interface was generated from the following file: