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