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: /* MANSEC = Sys */ 18: #include <slepcsvd.h> 19: #include <slepcpep.h> 20: #include <slepcnep.h> 21: #include <slepcmfn.h> 22: #include <slepclme.h>