LMEGetSolution#
Gets the solution of the matrix equation.
Synopsis#
#include "slepclme.h"
PetscErrorCode LMEGetSolution(LME lme,Mat *X)
Collective
Input Parameter#
lme - the LME context
Output Parameters#
X - the low-rank matrix
See Also#
LMESolve(), LMESetSolution()
Level#
intermediate
Location#
Examples#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages