Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2216 Rev 2283
Line 20... Line 20...
   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/epsimpl.h>     /*I "slepceps.h" I*/
#include "slepcblaslapack.h"
#include <slepcblaslapack.h>
 
 
typedef struct {
typedef struct {
  Mat OP,A,B;
  Mat OP,A,B;
} EPS_LAPACK;
} EPS_LAPACK;