Go to the source code of this file.
Functions/Subroutines |
subroutine | ZTRTTP (UPLO, N, A, LDA, AP, INFO) |
Function Documentation
subroutine ZTRTTP |
( |
CHARACTER |
UPLO, |
|
|
INTEGER |
N, |
|
|
COMPLEX*16,dimension( lda, * ) |
A, |
|
|
INTEGER |
LDA, |
|
|
COMPLEX*16,dimension( * ) |
AP, |
|
|
INTEGER |
INFO |
|
) |
| |