LAPACK 3.3.0

cgtcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CGTCON (NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND, WORK, INFO)

Function Documentation

subroutine CGTCON ( CHARACTER  NORM,
INTEGER  N,
COMPLEX,dimension( * )  DL,
COMPLEX,dimension( * )  D,
COMPLEX,dimension( * )  DU,
COMPLEX,dimension( * )  DU2,
INTEGER,dimension( * )  IPIV,
REAL  ANORM,
REAL  RCOND,
COMPLEX,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file cgtcon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions