| Line 1... |
Line 1... |
/*
|
/*
|
EPS routines related to the solution process.
|
EPS routines related to the solution process.
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
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*/
|
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|
#define __FUNCT__ "EPSSolve"
|
#define __FUNCT__ "EPSSolve"
|
/*@
|
/*@
|