slepc-3.15.2 2021-09-20
LMESetFromOptions
Sets LME options from the options database. This routine must be called before LMESetUp() if the user is to be allowed to set the solver type.
Synopsis
#include "slepclme.h"
PetscErrorCode LMESetFromOptions(LME lme)
Collective on lme
Input Parameters
| lme | - the linear matrix equation solver context
|
Notes
To see all options, run your program with the -help option.
Location: src/lme/interface/lmeopts.c
Examples
src/lme/tutorials/ex32.c.html
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages