LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
Collaboration diagram for complex16:

Functions

subroutine zptcon (N, D, E, ANORM, RCOND, RWORK, INFO)
 ZPTCON More...
 
subroutine zpteqr (COMPZ, N, D, E, Z, LDZ, WORK, INFO)
 ZPTEQR More...
 
subroutine zptrfs (UPLO, N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO)
 ZPTRFS More...
 
subroutine zpttrf (N, D, E, INFO)
 ZPTTRF More...
 
subroutine zpttrs (UPLO, N, NRHS, D, E, B, LDB, INFO)
 ZPTTRS More...
 
subroutine zptts2 (IUPLO, N, NRHS, D, E, B, LDB)
 ZPTTS2 solves a tridiagonal system of the form AX=B using the L D LH factorization computed by spttrf. More...
 

Detailed Description

This is the group of complex16 computational functions for PT matrices