#include "slepclme.h" PetscErrorCode LMESetSolution(LME lme,Mat X)Collective on LME and Mat
lme | - the matrix function context | |
X | - the solution matrix |
In equation types whose solution X is symmetric, such as Lyapunov, X must be created with V=U (or V=NULL).
If the user provides X with this function, then the solver will return a solution with rank at most the number of columns of U. Alternatively, it is possible to let the solver choose the rank of the solution, by setting X to NULL and then calling LMEGetSolution() after LMESolve().
Location: src/lme/interface/lmesetup.c
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages