Subversion Repositories slepc-dev

Rev

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

Rev 2275 Rev 2283
Line 20... Line 20...
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*/
 
 
#include "private/fortranimpl.h"
#include "private/fortranimpl.h"
#include "slepcsys.h"
 
#include "private/epsimpl.h"
 
#include "private/stimpl.h"
 
#include "private/svdimpl.h"
 
#include "private/ipimpl.h"
 
#include "private/qepimpl.h"
 
#include <stdlib.h>
 
 
 
extern PetscBool SlepcBeganPetsc;
extern PetscBool SlepcBeganPetsc;
extern PetscBool SlepcInitializeCalled;
extern PetscBool SlepcInitializeCalled;
extern PetscLogEvent SLEPC_UpdateVectors;
extern PetscLogEvent SLEPC_UpdateVectors;
extern PetscErrorCode SlepcInitialize_DynamicLibraries(void);
extern PetscErrorCode SlepcInitialize_DynamicLibraries(void);