Actual source code: slepc.h

slepc-3.21.1 2024-04-26
Report Typos and Errors
  1: /*
  2:    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3:    SLEPc - Scalable Library for Eigenvalue Problem Computations
  4:    Copyright (c) 2002-, 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: */
 10: /*
 11:    Include all top-level SLEPc functionality
 12: */

 14: #pragma once

 16: #include <slepcsvd.h>
 17: #include <slepcpep.h>
 18: #include <slepcnep.h>
 19: #include <slepcmfn.h>
 20: #include <slepclme.h>