Definition at line 526 of file lapack.F90.
 
|  | 
| subroutine | dgetrf (m, n, a, lda, ipiv, info) | 
|  | 
| subroutine | zgetrf (m, n, a, lda, ipiv, info) | 
|  | 
◆ dgetrf()
      
        
          | subroutine lapack_oct_m::lapack_getrf::dgetrf | ( | integer, intent(in) | m, | 
        
          |  |  | integer, intent(in) | n, | 
        
          |  |  | real(real64), intent(inout) | a, | 
        
          |  |  | integer, intent(in) | lda, | 
        
          |  |  | integer, intent(out) | ipiv, | 
        
          |  |  | integer, intent(out) | info | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in,out] | a | a(lda, n) |  | [out] | ipiv | ipiv(min(m,n) |  
 
Definition at line 527 of file lapack.F90.
 
 
◆ zgetrf()
      
        
          | subroutine lapack_oct_m::lapack_getrf::zgetrf | ( | integer, intent(in) | m, | 
        
          |  |  | integer, intent(in) | n, | 
        
          |  |  | complex(real64), intent(inout) | a, | 
        
          |  |  | integer, intent(in) | lda, | 
        
          |  |  | integer, intent(out) | ipiv, | 
        
          |  |  | integer, intent(out) | info | 
        
          |  | ) |  |  | 
      
 
- Parameters
- 
  
    | [in,out] | a | a(lda, n) |  | [out] | ipiv | ipiv(min(m,n) |  
 
Definition at line 536 of file lapack.F90.
 
 
The documentation for this interface was generated from the following file: