LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
getrf2: triangular factor panel, recursive?
Collaboration diagram for getrf2: triangular factor panel, recursive?:

Functions

recursive subroutine cgetrf2 (M, N, A, LDA, IPIV, INFO)
 CGETRF2 More...
 
recursive subroutine dgetrf2 (M, N, A, LDA, IPIV, INFO)
 DGETRF2 More...
 
recursive subroutine sgetrf2 (M, N, A, LDA, IPIV, INFO)
 SGETRF2 More...
 
recursive subroutine zgetrf2 (M, N, A, LDA, IPIV, INFO)
 ZGETRF2 More...
 

Detailed Description