slepc-3.20.2 2024-03-15
Report Typos and Errors

Linear Matrix Equation - LME: Examples

Linear Matrix Equation (LME) is the object provided by SLEPc for solving linear matrix equations such as Lyapunov or Sylvester where the solution has low rank.

Beginner - Basic usage
LME LMESetCoefficients LMESolve
LMECreate LMESetFromOptions LMEType
LMEDestroy LMESetProblemType LMEView
LMEProblemType LMESetRHS
Intermediate - Setting options for algorithms and data structures
LMEConvergedReason LMEGetProblemType LMEMonitorDefaultDrawLGCreate
LMEConvergedReasonView LMEGetRHS LMEMonitorSet
LMEGetCoefficients LMEGetSolution LMESetDimensions
LMEGetConvergedReason LMEGetTolerances LMESetErrorIfNotConverged
LMEGetDimensions LMEGetType LMESetSolution
LMEGetErrorIfNotConverged LMEMonitorCancel LMESetTolerances
LMEGetIterationNumber LMEMonitorDefault LMESetType
LMEGetMonitorContext LMEMonitorDefaultDrawLG LMEViewFromOptions
Advanced - Setting more advanced options and customization
LMEAppendOptionsPrefix LMEGetOptionsPrefix LMERegisterAll
LMEComputeError LMEMonitorRegister LMEReset
LMEGetBV LMEMonitorRegisterAll LMESetBV
LMEGetErrorEstimate LMERegister LMESetOptionsPrefix
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
LMEAllocateSolution LMEDenseLyapunov LMEMonitorSetFromOptions
LMEConvergedReasonViewFromOptions LMEFinalizePackage LMESetUp
LMEDenseHessLyapunovChol LMEInitializePackage
No deprecated routines

Table of Contents