LMEGetCoefficients#
Gets the coefficient matrices of the matrix equation.
Synopsis#
#include "slepclme.h"
PetscErrorCode LMEGetCoefficients(LME lme,Mat *A,Mat *B,Mat *D,Mat *E)
Collective
Input Parameter#
lme - the LME context
Output Parameters#
A - first coefficient matrix
B - second coefficient matrix
D - third coefficient matrix
E - fourth coefficient matrix
See Also#
LMESolve(), LMESetCoefficients()
Level#
intermediate
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages