1. Purpose 
   -------
   This directory contains example drivers that call ARPACK subroutines
   [c,z]naupd.f and [c,z]neupd.f to solve COMPLEX eigenvalue problems 
   using regular, inverse or shift-invert modes. These drivers illustrate 
   how to set various ARPACK parameters to solve different problems in 
   different modes.  They provide a guideline on how to use ARPACK's reverse 
   communication interface.  The user may modify any one of these drivers, 
   and provide his/her own matrix vector multiplication routine to solve 
   the problem of his/her own interest.

2. Naming convention
   -----------------

   The name for each driver has the form 'XndrvN.f', where
   X - is 'c' (single precision complex)
       or 'z' (double precision complex)

   N - is a number between 1 and 4.  If
       N = 1, the ' (sing                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          