ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | strmvt (UPLO, N, T, LDT, X, INCX, Y, INCY, W, INCW, Z, INCZ) |
subroutine strmvt | ( | character | UPLO, |
integer | N, | ||
real, dimension( ldt, * ) | T, | ||
integer | LDT, | ||
real, dimension( * ) | X, | ||
integer | INCX, | ||
real, dimension( * ) | Y, | ||
integer | INCY, | ||
real, dimension( * ) | W, | ||
integer | INCW, | ||
real, dimension( * ) | Z, | ||
integer | INCZ | ||
) |