Actual source code: slepcrgtypes.h
slepc-main 2024-11-09
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: */
11: #pragma once
13: /* SUBMANSEC = RG */
15: /*S
16: RG - Region of the complex plane.
18: Level: beginner
20: .seealso: RGCreate()
21: S*/
22: typedef struct _p_RG* RG;