LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
syconv: convert to/from L and D from hetrf
Collaboration diagram for syconv: convert to/from L and D from hetrf:

Functions

subroutine csyconv (UPLO, WAY, N, A, LDA, IPIV, E, INFO)
 CSYCONV More...
 
subroutine dsyconv (UPLO, WAY, N, A, LDA, IPIV, E, INFO)
 DSYCONV More...
 
subroutine ssyconv (UPLO, WAY, N, A, LDA, IPIV, E, INFO)
 SSYCONV More...
 
subroutine zsyconv (UPLO, WAY, N, A, LDA, IPIV, E, INFO)
 ZSYCONV More...
 

Detailed Description