LAPACK 3.3.1
Linear Algebra PACKage

zlaptm.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZLAPTM (UPLO, N, NRHS, ALPHA, D, E, X, LDX, BETA, B, LDB)

Function Documentation

subroutine ZLAPTM ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION  ALPHA,
DOUBLE PRECISION,dimension( * )  D,
COMPLEX*16,dimension( * )  E,
COMPLEX*16,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION  BETA,
COMPLEX*16,dimension( ldb, * )  B,
INTEGER  LDB 
)

Definition at line 1 of file zlaptm.f.

Here is the caller graph for this function:

 All Files Functions