LAPACK 3.3.1
Linear Algebra PACKage

clagtm.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine CLAGTM (TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA, B, LDB)

Function Documentation

subroutine CLAGTM ( CHARACTER  TRANS,
INTEGER  N,
INTEGER  NRHS,
REAL  ALPHA,
COMPLEX,dimension( * )  DL,
COMPLEX,dimension( * )  D,
COMPLEX,dimension( * )  DU,
COMPLEX,dimension( ldx, * )  X,
INTEGER  LDX,
REAL  BETA,
COMPLEX,dimension( ldb, * )  B,
INTEGER  LDB 
)

Definition at line 1 of file clagtm.f.

Here is the caller graph for this function:

 All Files Functions