PDLAEDZ(l) ) PDLAEDZ(l)NAME
PDLAEDZ - Form the z-vector which consists of the last row of Q_1 and the first row of Q_2SYNOPSIS
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 version 1.7 13 August 2001 PDLAEDZ(l)