| Line 1... |
Line 1... |
/*
|
/*
|
User interface for the SLEPC singular value solvers.
|
User interface for the SLEPC singular value solvers.
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
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.
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#if !defined(__SLEPCSVD_H)
|
#if !defined(__SLEPCSVD_H)
|
#define __SLEPCSVD_H
|
#define __SLEPCSVD_H
|
#include "slepc.h"
|
#include "slepc.h"
|
#include "slepceps.h"
|
#include "slepceps.h"
|
PETSC_EXTERN_CXX_BEGIN
|
PETSC_EXTERN_CXX_BEGIN
|