PSLAEDZ(3)    ScaLAPACK routine of NEC Numeric Library Collection   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 routine               31 October 2017                     PSLAEDZ(3)