| Line 18... |
Line 18... |
[1] "Single Vector Iteration Methods in SLEPc", SLEPc Technical Report STR-2,
|
[1] "Single Vector Iteration Methods in SLEPc", SLEPc Technical Report STR-2,
|
available at http://www.grycap.upv.es/slepc.
|
available at http://www.grycap.upv.es/slepc.
|
|
|
Last update: June 2005
|
Last update: June 2005
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
SLEPc - Scalable Library for Eigenvalue Problem Computations
|
|
Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
|
|
|
|
This file is part of SLEPc. See the README file for conditions of use
|
|
and additional information.
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "src/eps/epsimpl.h" /*I "slepceps.h" I*/
|
#include "src/eps/epsimpl.h" /*I "slepceps.h" I*/
|
#include "slepcblaslapack.h"
|
#include "slepcblaslapack.h"
|
|
|
typedef struct {
|
typedef struct {
|
EPSPowerShiftType shift_type;
|
EPSPowerShiftType shift_type;
|