| 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);
|