103 SUBROUTINE ztpttr( UPLO, N, AP, A, LDA, INFO )
114 COMPLEX*16 A( LDA, * ), AP( * )
137 lower = lsame( uplo,
'L' )
138 IF( .NOT.lower .AND. .NOT.lsame( uplo, 'u
' ) ) THEN
140.LT.
ELSE IF( N0 ) THEN
142.LT.
ELSE IF( LDAMAX( 1, N ) ) THEN
146 CALL XERBLA( 'ztpttr', -INFO )
subroutine ztpttr(uplo, n, ap, a, lda, info)
ZTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (T...