////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////  The  FEAST Eigenvalue Solver     ///////////////////////////
//////////// ///////////////////////////////////////////////////////////////////////////////
web   : http://www.feast-solver.org  
E-mail: feastsolver@gmail.com              
/////////////////////////////////////////////////////////////////////////////////////////////


FEAST EXAMPLE:     -Selected examples for Fortran, C, Fortran-MPI, C-MPI 
                   -Two directories are provided: Hermitian and Non-Hermitian
                   -The examples are solved using the different feast_dense, feast_banded, and feast_sparse drivers.


********************************************************************************************
1- Before use: Correct accordingly compilers and libraries paths in file make.inc !!!!

2- Makefile in this directory provides a (general) complete testing for DENSE, BANDED, or SPARSE examples
 *** However examples can also be compiled and run separately from sub-directories **** 

3- MPI examples can only be run from sub-directories
*********************************************************************************************


- See Instructions in the FEAST documentation section "FEAST Applications"


- The examples deal with four systems: system1 (a real symmetric generalized eigenvalue problem), 
                                       system2 (a complex Hermitian standard eigenvalue problem),
                                       system3 (a real non-symmetric  generalized eigenvalue problem),
                                       system4 (a complex symmetric  standard eigenvalue problem),




                     

