Go to the source code of this file.
Functions/Subroutines |
subroutine | ZPTCON (N, D, E, ANORM, RCOND, RWORK, INFO) |
Function Documentation
subroutine ZPTCON |
( |
INTEGER |
N, |
|
|
DOUBLE PRECISION,dimension( * ) |
D, |
|
|
COMPLEX*16,dimension( * ) |
E, |
|
|
DOUBLE PRECISION |
ANORM, |
|
|
DOUBLE PRECISION |
RCOND, |
|
|
DOUBLE PRECISION,dimension( * ) |
RWORK, |
|
|
INTEGER |
INFO |
|
) |
| |