Actual source code: blopex.h
slepc-3.13.0 2020-03-31
1: /*
2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3: SLEPc - Scalable Library for Eigenvalue Problem Computations
4: Copyright (c) 2002-2020, Universitat Politecnica de Valencia, Spain
6: This file is part of SLEPc.
7: SLEPc is distributed under a 2-clause BSD license (see LICENSE).
8: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
9: */
11: #if !defined(SLEPC_BLOPEX_H)
12: #define SLEPC_BLOPEX_H
14: #include <lobpcg.h>
15: #include "petsc-interface.h"
17: SLEPC_INTERN PetscInt slepc_blopex_useconstr;
19: extern int
20: SLEPCSetupInterpreter(mv_InterfaceInterpreter *ii);
22: #endif