EPSInitializePackage

This function initializes everything in the EPS package. It is called from PetscDLLibraryRegister() when using dynamic libraries, and on the first call to EPSCreate() when using static libraries.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSInitializePackage(const char *path)

Input Parameter

path - The dynamic library path, or PETSC_NULL

See Also

SlepcInitialize()

Location: src/eps/interface/basic.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages