QEPInitializePackage
This function initializes everything in the QEP package. It is called from PetscDLLibraryRegister() when using dynamic libraries, and on the first call to QEPCreate() when using static libraries.
Synopsis
#include "slepcqep.h"
PetscErrorCode QEPInitializePackage(const char *path)
Input Parameter
path - The dynamic library path, or PETSC_NULL
See Also
SlepcInitialize()
Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages