slepc-3.8.3 2018-04-03
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
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/lme/examples/tutorials/ex32.c.html