ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
dtrmvt.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dtrmvt (UPLO, N, T, LDT, X, INCX, Y, INCY, W, INCW, Z, INCZ)
 

Function/Subroutine Documentation

◆ dtrmvt()

subroutine dtrmvt ( character  UPLO,
integer  N,
double precision, dimension( ldt, * )  T,
integer  LDT,
double precision, dimension( * )  X,
integer  INCX,
double precision, dimension( * )  Y,
integer  INCY,
double precision, dimension( * )  W,
integer  INCW,
double precision, dimension( * )  Z,
integer  INCZ 
)

Definition at line 3 of file dtrmvt.f.

Here is the caller graph for this function: