:orphan: # KSPInitializePackage This function initializes everything in the `KSP` package. It is called from `PetscDLLibraryRegister_petscksp()` when using dynamic libraries, and on the first call to `KSPCreate()` when using shared or static libraries. ## Synopsis ``` PetscErrorCode KSPInitializePackage(void) ``` ## See Also [](ch_ksp), `PetscInitialize()`, `KSPFinalizePackage()` ## Level developer ## Location src/ksp/ksp/interface/dlregisksp.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/dlregisksp.c) [Index of all KSP routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)