LAPACK 3.3.0

dlaptm.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

subroutine DLAPTM ( INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION  ALPHA,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION  BETA,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB 
)

Definition at line 1 of file dlaptm.f.

Here is the caller graph for this function:

 All Files Functions