ScaLAPACK 2.1
2.1
ScaLAPACK: Scalable Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | pbztrnv (ICONTXT, XDIST, TRANS, N, NB, NZ, X, INCX, BETA, Y, INCY, IXROW, IXCOL, IYROW, IYCOL, WORK) |
subroutine | pbztr2a1 (ICONTXT, N, NB, NZ, X, INCX, BETA, Y, INCY, INTV) |
subroutine | pbztr2b1 (ICONTXT, TRANS, N, NB, NZ, X, INCX, BETA, Y, INCY, JINX, JINY) |
subroutine pbztrnv | ( | integer | ICONTXT, |
character*1 | XDIST, | ||
character*1 | TRANS, | ||
integer | N, | ||
integer | NB, | ||
integer | NZ, | ||
complex*16, dimension( * ) | X, | ||
integer | INCX, | ||
complex*16 | BETA, | ||
complex*16, dimension( * ) | Y, | ||
integer | INCY, | ||
integer | IXROW, | ||
integer | IXCOL, | ||
integer | IYROW, | ||
integer | IYCOL, | ||
complex*16, dimension( * ) | WORK | ||
) |