#include "slepclme.h" PetscErrorCode LMESetCoefficients(LME lme,Mat A,Mat B,Mat D,Mat E)Collective on lme
lme | - the matrix function context | |
A | - first coefficient matrix | |
B | - second coefficient matrix | |
D | - third coefficient matrix | |
E | - fourth coefficient matrix |
It must be called before LMESetUp(). If it is called again after LMESetUp() then the LME object is reset.
In order to delete a previously set matrix, pass a NULL in the corresponding argument.
Location: src/lme/interface/lmesetup.c
Index of all LME routines
Table of Contents for all manual pages
Index of all manual pages