SRC/dtptri.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | DTPTRI (UPLO, DIAG, N, AP, INFO) |
Function Documentation
| subroutine DTPTRI |
( |
CHARACTER |
UPLO, |
|
|
CHARACTER |
DIAG, |
|
|
INTEGER |
N, |
|
|
DOUBLE PRECISION,dimension( * ) |
AP, |
|
|
INTEGER |
INFO | |
|
) |
| | |