Actual source code: slepc-interface.h
 
   slepc-3.10.1 2018-10-23
   
  1: /*
  2:    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3:    SLEPc - Scalable Library for Eigenvalue Problem Computations
  4:    Copyright (c) 2002-2018, 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_INTERFACE_HEADER)
 12: #define SLEPC_INTERFACE_HEADER
 14: #include <blopex_lobpcg.h>
 15: #include "petsc-interface.h"
 17: PETSC_INTERN PetscInt slepc_blopex_useconstr;
 19: extern int
 20: SLEPCSetupInterpreter(mv_InterfaceInterpreter *ii);
 22: extern void
 23: SLEPCSetupInterpreterForDignifiedDeath(mv_InterfaceInterpreter *i);
 25: #endif