PDLAEDZ(3)    ScaLAPACK routine of NEC Numeric Library Collection   PDLAEDZ(3)



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

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

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

           INTEGER         DESCQ( * )

           DOUBLE          PRECISION Q( LDQ, * ), WORK( * ), Z( * )

PURPOSE
       PDLAEDZ 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                     PDLAEDZ(3)