Go to the source code of this file.
Functions/Subroutines |
subroutine | ZSYCONV (UPLO, WAY, N, A, LDA, IPIV, WORK, INFO) |
Function Documentation
subroutine ZSYCONV |
( |
CHARACTER |
UPLO, |
|
|
CHARACTER |
WAY, |
|
|
INTEGER |
N, |
|
|
A |
, |
|
|
INTEGER |
LDA, |
|
|
INTEGER,dimension( * ) |
IPIV, |
|
|
WORK |
, |
|
|
INTEGER |
INFO |
|
) |
| |