Example program for zgerqf

This example finds the minimum norm solution to the underdetermined equations
Ax=b  
where
A = 0.28-0.36i 0.50-0.86i -0.77-0.48i 1.58+0.66i -0.50-1.10i -1.21+0.76i -0.32-0.24i -0.27-1.15i 0.36-0.51i -0.07+1.33i -0.75+0.47i -0.08+1.01i  
and
b = -1.35+0.19i 9.41-3.56i -7.57+6.93i .  
The solution is obtained by first obtaining an RQ factorization of the matrix A.
Note that the block size (NB) of 64 assumed in this example is not realistic for such a small problem, but should be suitable for large problems.