Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1509 Rev 1521
Line 27... Line 27...
      This file is part of SLEPc. See the README file for conditions of use
      This file is part of SLEPc. See the README file for conditions of use
      and additional information.
      and additional information.
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*/
 
 
#include "src/eps/epsimpl.h"                /*I "slepceps.h" I*/
#include "private/epsimpl.h"                /*I "slepceps.h" I*/
#include "slepcblaslapack.h"
#include "slepcblaslapack.h"
 
 
typedef struct {
typedef struct {
  EPSPowerShiftType shift_type;
  EPSPowerShiftType shift_type;
} EPS_POWER;
} EPS_POWER;