slepc-3.5.2 2014-10-10
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 DSGetMethod DSSetMethod
DSComputeFunction DSGetType DSSetType
DSGetBlockSize DSSetBlockSize DSSolve
DSGetDimensions DSSetDimensions DSSort
DSGetFunctionMethod DSSetFunctionMethod DSVectors
Advanced - Setting more advanced options and customization
DSAppendOptionsPrefix DSGetState DSSetExtraRow
DSCond DSMatType DSSetOptionsPrefix
DSGetArray DSNormalize DSSetRefined
DSGetArrayReal DSRegisterAll DSSetState
DSGetCompact DSRegister DSStateType
DSGetExtraRow DSReset DSTruncate
DSGetLeadingDimension DSRestoreArray DSType
DSGetMat DSRestoreArrayReal DSUpdateExtraRow
DSGetOptionsPrefix DSRestoreMat
DSGetRefined DSSetCompact
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
DSFinalizePackage DSInitializePackage DSTranslateRKS
DSGetFN DSSetFN DSViewMat
DSGetNumFN DSSetSlepcSC
DSGetSlepcSC DSTranslateHarmonic
No deprecated routines

Table of Contents