Actual source code: slepcrgtypes.h
slepc-3.13.1 2020-04-12
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(SLEPCRGTYPES_H)
12: #define SLEPCRGTYPES_H
14: /*S
15: RG - Region of the complex plane.
17: Level: beginner
19: .seealso: RGCreate()
20: S*/
21: typedef struct _p_RG* RG;
23: #endif