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

Functions

subroutine cpotrf (UPLO, N, A, LDA, INFO)
 CPOTRF VARIANT: right looking block version of the algorithm, calling Level 3 BLAS. More...
 
subroutine dpotrf (UPLO, N, A, LDA, INFO)
 DPOTRF VARIANT: right looking block version of the algorithm, calling Level 3 BLAS. More...
 
subroutine spotrf (UPLO, N, A, LDA, INFO)
 SPOTRF VARIANT: right looking block version of the algorithm, calling Level 3 BLAS. More...
 
subroutine zpotrf (UPLO, N, A, LDA, INFO)
 ZPOTRF VARIANT: right looking block version of the algorithm, calling Level 3 BLAS. More...
 

Detailed Description

This is the group of Variants Computational routines