LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Variants Computational routines
Collaboration diagram for Variants Computational routines:

Functions

subroutine cgetrf (M, N, A, LDA, IPIV, INFO)
 CGETRF VARIANT: Crout Level 3 BLAS version of the algorithm. More...
 
subroutine dgetrf (M, N, A, LDA, IPIV, INFO)
 DGETRF VARIANT: Crout Level 3 BLAS version of the algorithm. More...
 
subroutine sgetrf (M, N, A, LDA, IPIV, INFO)
 SGETRF VARIANT: Crout Level 3 BLAS version of the algorithm. More...
 
subroutine zgetrf (M, N, A, LDA, IPIV, INFO)
 ZGETRF VARIANT: Crout Level 3 BLAS version of the algorithm. More...
 
subroutine cgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 CGEQRF VARIANT: left-looking Level 3 BLAS version of the algorithm. More...
 
subroutine dgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 DGEQRF VARIANT: left-looking Level 3 BLAS version of the algorithm. More...
 
subroutine sgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 SGEQRF VARIANT: left-looking Level 3 BLAS version of the algorithm. More...
 
subroutine zgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 ZGEQRF VARIANT: left-looking Level 3 BLAS of the algorithm. More...
 

Detailed Description

This is the group of Variants Computational routines