| Line 1... |
Line 1... |
|
/*
|
/*
|
|
This file implements a wrapper to the LAPACK eigenvalue subroutines.
|
This file implements a wrapper to the LAPACK eigenvalue subroutines.
|
Generalized problems are transformed to standard ones only if necessary.
|
Generalized problems are transformed to standard ones only if necessary.
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
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"
|
#include "src/eps/epsimpl.h"
|
#include "slepcblaslapack.h"
|
#include "slepcblaslapack.h"
|
|
|
typedef struct {
|
typedef struct {
|
Mat OP,A,B;
|
Mat OP,A,B;
|