PSLAEDZ(3)               MathKeisan ScaLAPACK routine               PSLAEDZ(3)



NAME
       PSLAEDZ  -  Form the z-vector which consists of the last row of Q_1 and
       the first row of Q_2

SYNOPSIS
       SUBROUTINE PSLAEDZ( N, N1, ID, Q, IQ, JQ, LDQ, DESCQ, Z, WORK )

           INTEGER         ID, IQ, JQ, LDQ, N, N1

           INTEGER         DESCQ( * )

           REAL            Q( LDQ, * ), WORK( * ), Z( * )

PURPOSE
       PSLAEDZ Form the z-vector which consists of the last row of Q_1 and the
       first row of Q_2.



ScaLAPACK version 1.7           13 August 2001                      PSLAEDZ(3)