slepc-3.6.3 2016-03-29
Report Typos and Errors

Direct Solver (or Dense System) - DS

The DS package provides auxiliary routines that are internally used by the different SLEPc solvers. It is used to represent low-dimensional eigenproblems that must be solved within iterative solvers with direct methods. It can be seen as a structured wrapper to LAPACK functionality.

These routines are usually not needed by application programmers.

Beginner - Basic usage
DSCreate DS DSView
DSDestroy DSSetFromOptions
Intermediate - Setting options for algorithms and data structures
DSAllocate DSPEPGetDegree DSSetMethod
DSGetBlockSize DSPEPSetDegree DSSetType
DSGetDimensions DSSetBlockSize DSSolve
DSGetMethod DSSetDimensions DSSort
DSGetType DSSetIdentity DSVectors
Advanced - Setting more advanced options and customization
DSAppendOptionsPrefix DSMatType DSSetCompact
DSCond DSNEPGetFN DSSetExtraRow
DSGetArray DSNEPGetNumFN DSSetOptionsPrefix
DSGetArrayReal DSNEPSetFN DSSetRefined
DSGetCompact DSNormalize DSSetState
DSGetExtraRow DSRegisterAll DSStateType
DSGetLeadingDimension DSRegister DSTruncate
DSGetMat DSReset DSType
DSGetOptionsPrefix DSRestoreArray DSUpdateExtraRow
DSGetRefined DSRestoreArrayReal
DSGetState DSRestoreMat
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
DSCopyMat DSInitializePackage DSTranslateRKS
DSFinalizePackage DSSetSlepcSC DSViewMat
DSGetSlepcSC DSTranslateHarmonic
No deprecated routines

Table of Contents