| Line 23... |
Line 23... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "private/epsimpl.h"
|
|
#include "private/stimpl.h"
|
|
#include "davidson.h"
|
#include "davidson.h"
|
#include "slepcblaslapack.h"
|
|
|
|
PetscErrorCode EPSView_DAVIDSON(EPS eps,PetscViewer viewer);
|
PetscErrorCode EPSView_DAVIDSON(EPS eps,PetscViewer viewer);
|
|
|
typedef struct {
|
typedef struct {
|
/**** Solver options ****/
|
/**** Solver options ****/
|