| Line 19... |
Line 19... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "private/epsimpl.h" /*I "slepceps.h" I*/
|
#include "slepc-private/epsimpl.h" /*I "slepceps.h" I*/
|
#include <../src/eps/impls/davidson/common/davidson.h>
|
#include <../src/eps/impls/davidson/common/davidson.h>
|
|
|
PetscErrorCode EPSSetUp_GD(EPS eps);
|
PetscErrorCode EPSSetUp_GD(EPS eps);
|
PetscErrorCode EPSDestroy_GD(EPS eps);
|
PetscErrorCode EPSDestroy_GD(EPS eps);
|
|
|