File: slepcpep.h.html

package info (click to toggle)
slepc 3.7.3%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,788 kB
  • ctags: 100,221
  • sloc: ansic: 79,324; makefile: 3,897; python: 2,734; fortran: 1,139; f90: 225; sh: 100
file content (346 lines) | stat: -rw-r--r-- 50,142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
<center><a href="slepcpep.h">Actual source code: slepcpep.h</a></center><br>

<html>
<head> <link rel="canonical" href="http://slepc.upv.es/documentation/current/include/slepcpep.h.html" />
<title></title>
<meta name="generator" content="c2html 0.9.4">
<meta name="date" content="2016-09-29T11:13:16+00:00">
</head>

<body bgcolor="#FFFFFF">
   <div id="version" align=right><b>slepc-3.7.3 2016-09-29</b></div>
   <div id="bugreport" align=right><a href="mailto:slepc-maint@upv.es?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: slepc-3.7.3 v3.7.3 include/slepcpep.h.html "><small>Report Typos and Errors</small></a></div>
<pre width="80"><a name="line1">  1: </a><font color="#B22222">/*</font>
<a name="line2">  2: </a><font color="#B22222">   User interface for SLEPc's polynomial eigenvalue solvers.</font>

<a name="line4">  4: </a><font color="#B22222">   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line5">  5: </a><font color="#B22222">   SLEPc - Scalable Library for Eigenvalue Problem Computations</font>
<a name="line6">  6: </a><font color="#B22222">   Copyright (c) 2002-2016, Universitat Politecnica de Valencia, Spain</font>

<a name="line8">  8: </a><font color="#B22222">   This file is part of SLEPc.</font>

<a name="line10"> 10: </a><font color="#B22222">   SLEPc is free software: you can redistribute it and/or modify it under  the</font>
<a name="line11"> 11: </a><font color="#B22222">   terms of version 3 of the GNU Lesser General Public License as published by</font>
<a name="line12"> 12: </a><font color="#B22222">   the Free Software Foundation.</font>

<a name="line14"> 14: </a><font color="#B22222">   SLEPc  is  distributed in the hope that it will be useful, but WITHOUT  ANY</font>
<a name="line15"> 15: </a><font color="#B22222">   WARRANTY;  without even the implied warranty of MERCHANTABILITY or  FITNESS</font>
<a name="line16"> 16: </a><font color="#B22222">   FOR  A  PARTICULAR PURPOSE. See the GNU Lesser General Public  License  for</font>
<a name="line17"> 17: </a><font color="#B22222">   more details.</font>

<a name="line19"> 19: </a><font color="#B22222">   You  should have received a copy of the GNU Lesser General  Public  License</font>
<a name="line20"> 20: </a><font color="#B22222">   along with SLEPc. If not, see &lt;http://www.gnu.org/licenses/&gt;.</font>
<a name="line21"> 21: </a><font color="#B22222">   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line22"> 22: </a><font color="#B22222">*/</font>

<a name="line26"> 26: </a><font color="#A020F0">#include &lt;slepceps.h&gt;</font>

<a name="line28"> 28: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPInitializePackage.html#PEPInitializePackage">PEPInitializePackage</a>(void)</font></strong>;

<a name="line30"> 30: </a><font color="#B22222">/*S</font>
<a name="line31"> 31: </a><font color="#B22222">     <a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> - Abstract SLEPc object that manages all the polynomial eigenvalue</font>
<a name="line32"> 32: </a><font color="#B22222">     problem solvers.</font>

<a name="line34"> 34: </a><font color="#B22222">   Level: beginner</font>

<a name="line36"> 36: </a><font color="#B22222">.seealso:  <a href="../docs/manualpages/PEP/PEPCreate.html#PEPCreate">PEPCreate</a>()</font>
<a name="line37"> 37: </a><font color="#B22222">S*/</font>
<a name="line38"> 38: </a><font color="#4169E1">typedef struct _p_PEP* <a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>;</font>

<a name="line40"> 40: </a><font color="#B22222">/*J</font>
<a name="line41"> 41: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPType.html#PEPType">PEPType</a> - String with the name of a polynomial eigensolver</font>

<a name="line43"> 43: </a><font color="#B22222">   Level: beginner</font>

<a name="line45"> 45: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetType.html#PEPSetType">PEPSetType</a>(), <a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a></font>
<a name="line46"> 46: </a><font color="#B22222">J*/</font>
<a name="line47"> 47: </a><font color="#4169E1">typedef const char* <a href="../docs/manualpages/PEP/PEPType.html#PEPType">PEPType</a>;</font>
<a name="line48"> 48: </a><strong><font color="#228B22">#define PEPLINEAR    </font><font color="#666666">"linear"</font><font color="#228B22"></font></strong>
<a name="line49"> 49: </a><strong><font color="#228B22">#define PEPQARNOLDI  </font><font color="#666666">"qarnoldi"</font><font color="#228B22"></font></strong>
<a name="line50"> 50: </a><strong><font color="#228B22">#define PEPTOAR      </font><font color="#666666">"toar"</font><font color="#228B22"></font></strong>
<a name="line51"> 51: </a><strong><font color="#228B22">#define PEPSTOAR     </font><font color="#666666">"stoar"</font><font color="#228B22"></font></strong>
<a name="line52"> 52: </a><strong><font color="#228B22">#define PEPJD        </font><font color="#666666">"jd"</font><font color="#228B22"></font></strong>

<a name="line54"> 54: </a><font color="#B22222">/* Logging support */</font>
<a name="line55"> 55: </a>PETSC_EXTERN PetscClassId PEP_CLASSID;

<a name="line57"> 57: </a><font color="#B22222">/*E</font>
<a name="line58"> 58: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a> - Determines the type of the polynomial eigenproblem</font>

<a name="line60"> 60: </a><font color="#B22222">    Level: intermediate</font>

<a name="line62"> 62: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetProblemType.html#PEPSetProblemType">PEPSetProblemType</a>(), <a href="../docs/manualpages/PEP/PEPGetProblemType.html#PEPGetProblemType">PEPGetProblemType</a>()</font>
<a name="line63"> 63: </a><font color="#B22222">E*/</font>
<a name="line64"> 64: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_GENERAL=1,
<a name="line65"> 65: </a>               PEP_HERMITIAN,   <font color="#B22222">/* All A_i  Hermitian */</font>
<a name="line66"> 66: </a>               PEP_GYROSCOPIC   <font color="#B22222">/* QEP with M, K  Hermitian, M&gt;0, C skew-Hermitian */</font>
<a name="line67"> 67: </a>             } <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a>;

<a name="line69"> 69: </a><font color="#B22222">/*E</font>
<a name="line70"> 70: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEPWhich</a> - Determines which part of the spectrum is requested</font>

<a name="line72"> 72: </a><font color="#B22222">    Level: intermediate</font>

<a name="line74"> 74: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetWhichEigenpairs.html#PEPSetWhichEigenpairs">PEPSetWhichEigenpairs</a>(), <a href="../docs/manualpages/PEP/PEPGetWhichEigenpairs.html#PEPGetWhichEigenpairs">PEPGetWhichEigenpairs</a>()</font>
<a name="line75"> 75: </a><font color="#B22222">E*/</font>
<a name="line76"> 76: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_LARGEST_MAGNITUDE=1,
<a name="line77"> 77: </a>               PEP_SMALLEST_MAGNITUDE,
<a name="line78"> 78: </a>               PEP_LARGEST_REAL,
<a name="line79"> 79: </a>               PEP_SMALLEST_REAL,
<a name="line80"> 80: </a>               PEP_LARGEST_IMAGINARY,
<a name="line81"> 81: </a>               PEP_SMALLEST_IMAGINARY,
<a name="line82"> 82: </a>               PEP_TARGET_MAGNITUDE,
<a name="line83"> 83: </a>               PEP_TARGET_REAL,
<a name="line84"> 84: </a>               PEP_TARGET_IMAGINARY,
<a name="line85"> 85: </a>               PEP_WHICH_USER } <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEPWhich</a>;

<a name="line87"> 87: </a><font color="#B22222">/*E</font>
<a name="line88"> 88: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEPBasis</a> - The type of polynomial basis used to represent the polynomial</font>
<a name="line89"> 89: </a><font color="#B22222">    eigenproblem</font>

<a name="line91"> 91: </a><font color="#B22222">    Level: intermediate</font>

<a name="line93"> 93: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetBasis.html#PEPSetBasis">PEPSetBasis</a>()</font>
<a name="line94"> 94: </a><font color="#B22222">E*/</font>
<a name="line95"> 95: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_BASIS_MONOMIAL,
<a name="line96"> 96: </a>               PEP_BASIS_CHEBYSHEV1,
<a name="line97"> 97: </a>               PEP_BASIS_CHEBYSHEV2,
<a name="line98"> 98: </a>               PEP_BASIS_LEGENDRE,
<a name="line99"> 99: </a>               PEP_BASIS_LAGUERRE,
<a name="line100">100: </a>               PEP_BASIS_HERMITE } <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEPBasis</a>;
<a name="line101">101: </a>PETSC_EXTERN const char *PEPBasisTypes[];

<a name="line103">103: </a><font color="#B22222">/*E</font>
<a name="line104">104: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a> - The scaling strategy</font>

<a name="line106">106: </a><font color="#B22222">    Level: intermediate</font>

<a name="line108">108: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetScale.html#PEPSetScale">PEPSetScale</a>()</font>
<a name="line109">109: </a><font color="#B22222">E*/</font>
<a name="line110">110: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_SCALE_NONE,
<a name="line111">111: </a>               PEP_SCALE_SCALAR,
<a name="line112">112: </a>               PEP_SCALE_DIAGONAL,
<a name="line113">113: </a>               PEP_SCALE_BOTH } <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a>;
<a name="line114">114: </a>PETSC_EXTERN const char *PEPScaleTypes[];

<a name="line116">116: </a><font color="#B22222">/*E</font>
<a name="line117">117: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a> - The refinement type</font>

<a name="line119">119: </a><font color="#B22222">    Level: intermediate</font>

<a name="line121">121: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetRefine.html#PEPSetRefine">PEPSetRefine</a>()</font>
<a name="line122">122: </a><font color="#B22222">E*/</font>
<a name="line123">123: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_REFINE_NONE,
<a name="line124">124: </a>               PEP_REFINE_SIMPLE,
<a name="line125">125: </a>               PEP_REFINE_MULTIPLE } <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a>;
<a name="line126">126: </a>PETSC_EXTERN const char *PEPRefineTypes[];

<a name="line128">128: </a><font color="#B22222">/*E</font>
<a name="line129">129: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a> - The scheme used for solving linear systems during iterative refinement</font>

<a name="line131">131: </a><font color="#B22222">    Level: intermediate</font>

<a name="line133">133: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetRefine.html#PEPSetRefine">PEPSetRefine</a>()</font>
<a name="line134">134: </a><font color="#B22222">E*/</font>
<a name="line135">135: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_REFINE_SCHEME_SCHUR=1,
<a name="line136">136: </a>               PEP_REFINE_SCHEME_MBE,
<a name="line137">137: </a>               PEP_REFINE_SCHEME_EXPLICIT } <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>;
<a name="line138">138: </a>PETSC_EXTERN const char *PEPRefineSchemes[];

<a name="line140">140: </a><font color="#B22222">/*E</font>
<a name="line141">141: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a> - The extraction type</font>

<a name="line143">143: </a><font color="#B22222">    Level: intermediate</font>

<a name="line145">145: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetExtract.html#PEPSetExtract">PEPSetExtract</a>()</font>
<a name="line146">146: </a><font color="#B22222">E*/</font>
<a name="line147">147: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_EXTRACT_NONE=1,
<a name="line148">148: </a>               PEP_EXTRACT_NORM,
<a name="line149">149: </a>               PEP_EXTRACT_RESIDUAL,
<a name="line150">150: </a>               PEP_EXTRACT_STRUCTURED } <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a>;
<a name="line151">151: </a>PETSC_EXTERN const char *PEPExtractTypes[];

<a name="line153">153: </a><font color="#B22222">/*E</font>
<a name="line154">154: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a> - The error type used to assess accuracy of computed solutions</font>

<a name="line156">156: </a><font color="#B22222">    Level: intermediate</font>

<a name="line158">158: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>()</font>
<a name="line159">159: </a><font color="#B22222">E*/</font>
<a name="line160">160: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_ERROR_ABSOLUTE,
<a name="line161">161: </a>               PEP_ERROR_RELATIVE,
<a name="line162">162: </a>               PEP_ERROR_BACKWARD } <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a>;
<a name="line163">163: </a>PETSC_EXTERN const char *PEPErrorTypes[];

<a name="line165">165: </a><font color="#B22222">/*E</font>
<a name="line166">166: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a> - Determines the convergence test</font>

<a name="line168">168: </a><font color="#B22222">    Level: intermediate</font>

<a name="line170">170: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetConvergenceTest.html#PEPSetConvergenceTest">PEPSetConvergenceTest</a>(), <a href="../docs/manualpages/PEP/PEPSetConvergenceTestFunction.html#PEPSetConvergenceTestFunction">PEPSetConvergenceTestFunction</a>()</font>
<a name="line171">171: </a><font color="#B22222">E*/</font>
<a name="line172">172: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_CONV_ABS,
<a name="line173">173: </a>               PEP_CONV_REL,
<a name="line174">174: </a>               PEP_CONV_NORM,
<a name="line175">175: </a>               PEP_CONV_USER } <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a>;

<a name="line177">177: </a><font color="#B22222">/*E</font>
<a name="line178">178: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a> - Determines the stopping test</font>

<a name="line180">180: </a><font color="#B22222">    Level: advanced</font>

<a name="line182">182: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetStoppingTest.html#PEPSetStoppingTest">PEPSetStoppingTest</a>(), <a href="../docs/manualpages/PEP/PEPSetStoppingTestFunction.html#PEPSetStoppingTestFunction">PEPSetStoppingTestFunction</a>()</font>
<a name="line183">183: </a><font color="#B22222">E*/</font>
<a name="line184">184: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { PEP_STOP_BASIC,
<a name="line185">185: </a>               PEP_STOP_USER } <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a>;

<a name="line187">187: </a><font color="#B22222">/*E</font>
<a name="line188">188: </a><font color="#B22222">    <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a> - Reason an eigensolver was said to</font>
<a name="line189">189: </a><font color="#B22222">         have converged or diverged</font>

<a name="line191">191: </a><font color="#B22222">    Level: intermediate</font>

<a name="line193">193: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSolve.html#PEPSolve">PEPSolve</a>(), <a href="../docs/manualpages/PEP/PEPGetConvergedReason.html#PEPGetConvergedReason">PEPGetConvergedReason</a>(), <a href="../docs/manualpages/PEP/PEPSetTolerances.html#PEPSetTolerances">PEPSetTolerances</a>()</font>
<a name="line194">194: </a><font color="#B22222">E*/</font>
<a name="line195">195: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> {<font color="#B22222">/* converged */</font>
<a name="line196">196: </a>              PEP_CONVERGED_TOL                =  1,
<a name="line197">197: </a>              PEP_CONVERGED_USER               =  2,
<a name="line198">198: </a>              <font color="#B22222">/* diverged */</font>
<a name="line199">199: </a>              PEP_DIVERGED_ITS                 = -1,
<a name="line200">200: </a>              PEP_DIVERGED_BREAKDOWN           = -2,
<a name="line201">201: </a>              PEP_DIVERGED_SYMMETRY_LOST       = -3,
<a name="line202">202: </a>              PEP_CONVERGED_ITERATING          =  0} <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>;
<a name="line203">203: </a>PETSC_EXTERN const char *const*PEPConvergedReasons;

<a name="line205">205: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPCreate.html#PEPCreate">PEPCreate</a>(MPI_Comm,<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>*)</font></strong>;
<a name="line206">206: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPDestroy.html#PEPDestroy">PEPDestroy</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>*)</font></strong>;
<a name="line207">207: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPReset.html#PEPReset">PEPReset</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line208">208: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetType.html#PEPSetType">PEPSetType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPType.html#PEPType">PEPType</a>)</font></strong>;
<a name="line209">209: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetType.html#PEPGetType">PEPGetType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPType.html#PEPType">PEPType</a>*)</font></strong>;
<a name="line210">210: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetProblemType.html#PEPSetProblemType">PEPSetProblemType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a>)</font></strong>;
<a name="line211">211: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetProblemType.html#PEPGetProblemType">PEPGetProblemType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a>*)</font></strong>;
<a name="line212">212: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetOperators.html#PEPSetOperators">PEPSetOperators</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,Mat[])</font></strong>;
<a name="line213">213: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetOperators.html#PEPGetOperators">PEPGetOperators</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,Mat*)</font></strong>;
<a name="line214">214: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetNumMatrices.html#PEPGetNumMatrices">PEPGetNumMatrices</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt*)</font></strong>;
<a name="line215">215: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetTarget.html#PEPSetTarget">PEPSetTarget</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar)</font></strong>;
<a name="line216">216: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetTarget.html#PEPGetTarget">PEPGetTarget</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar*)</font></strong>;
<a name="line217">217: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetFromOptions.html#PEPSetFromOptions">PEPSetFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line218">218: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetUp.html#PEPSetUp">PEPSetUp</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line219">219: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSolve.html#PEPSolve">PEPSolve</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line220">220: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPView.html#PEPView">PEPView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscViewer)</font></strong>;
<a name="line221">221: </a><strong><font color="#4169E1"><a name="PEPViewFromOptions"></a>PETSC_STATIC_INLINE PetscErrorCode PEPViewFromOptions(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PetscObject obj,const char name[])</font></strong> {<font color="#4169E1">return</font> PetscObjectViewFromOptions((PetscObject)pep,obj,name);}
<a name="line222">222: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPErrorView.html#PEPErrorView">PEPErrorView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a>,PetscViewer)</font></strong>;
<a name="line223">223: </a>PETSC_DEPRECATED(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPErrorView.html#PEPErrorView">PEPErrorView</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode PEPPrintSolution(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PetscViewer v) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPErrorView.html#PEPErrorView">PEPErrorView</a>(pep,PEP_ERROR_BACKWARD,v);}
<a name="line224">224: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPErrorViewFromOptions.html#PEPErrorViewFromOptions">PEPErrorViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line225">225: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPReasonView.html#PEPReasonView">PEPReasonView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscViewer)</font></strong>;
<a name="line226">226: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPReasonViewFromOptions.html#PEPReasonViewFromOptions">PEPReasonViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line227">227: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPValuesView.html#PEPValuesView">PEPValuesView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscViewer)</font></strong>;
<a name="line228">228: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPValuesViewFromOptions.html#PEPValuesViewFromOptions">PEPValuesViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line229">229: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPVectorsView.html#PEPVectorsView">PEPVectorsView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscViewer)</font></strong>;
<a name="line230">230: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPVectorsViewFromOptions.html#PEPVectorsViewFromOptions">PEPVectorsViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line231">231: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetBV.html#PEPSetBV">PEPSetBV</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/BV/BV.html#BV">BV</a>)</font></strong>;
<a name="line232">232: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetBV.html#PEPGetBV">PEPGetBV</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/BV/BV.html#BV">BV</a>*)</font></strong>;
<a name="line233">233: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetRG.html#PEPSetRG">PEPSetRG</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/RG/RG.html#RG">RG</a>)</font></strong>;
<a name="line234">234: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetRG.html#PEPGetRG">PEPGetRG</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/RG/RG.html#RG">RG</a>*)</font></strong>;
<a name="line235">235: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetDS.html#PEPSetDS">PEPSetDS</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/DS/DS.html#DS">DS</a>)</font></strong>;
<a name="line236">236: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetDS.html#PEPGetDS">PEPGetDS</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/DS/DS.html#DS">DS</a>*)</font></strong>;
<a name="line237">237: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetST.html#PEPSetST">PEPSetST</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line238">238: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetST.html#PEPGetST">PEPGetST</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/ST/ST.html#ST">ST</a>*)</font></strong>;
<a name="line239">239: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPRefineGetKSP.html#PEPRefineGetKSP">PEPRefineGetKSP</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,KSP*)</font></strong>;

<a name="line241">241: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetTolerances.html#PEPSetTolerances">PEPSetTolerances</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal,PetscInt)</font></strong>;
<a name="line242">242: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetTolerances.html#PEPGetTolerances">PEPGetTolerances</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal*,PetscInt*)</font></strong>;
<a name="line243">243: </a><strong><font color="#4169E1"><a name="PEPSetConvergenceTestFunction"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetConvergenceTestFunction.html#PEPSetConvergenceTestFunction">PEPSetConvergenceTestFunction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*),void*,PetscErrorCode (*)(void*)</font></strong>);
<a name="line244">244: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetConvergenceTest.html#PEPSetConvergenceTest">PEPSetConvergenceTest</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a>)</font></strong>;
<a name="line245">245: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetConvergenceTest.html#PEPGetConvergenceTest">PEPGetConvergenceTest</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a>*)</font></strong>;
<a name="line246">246: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPConvergedAbsolute(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line247">247: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPConvergedRelative(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line248">248: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPConvergedNorm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line249">249: </a><strong><font color="#4169E1"><a name="PEPSetStoppingTestFunction"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetStoppingTestFunction.html#PEPSetStoppingTestFunction">PEPSetStoppingTestFunction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscInt,PetscInt,<a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>*,void*),void*,PetscErrorCode (*)(void*)</font></strong>);
<a name="line250">250: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetStoppingTest.html#PEPSetStoppingTest">PEPSetStoppingTest</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a>)</font></strong>;
<a name="line251">251: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetStoppingTest.html#PEPGetStoppingTest">PEPGetStoppingTest</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a>*)</font></strong>;
<a name="line252">252: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPStoppingBasic.html#PEPStoppingBasic">PEPStoppingBasic</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscInt,PetscInt,<a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>*,void*)</font></strong>;
<a name="line253">253: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetConvergedReason.html#PEPGetConvergedReason">PEPGetConvergedReason</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a> *)</font></strong>;

<a name="line255">255: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetDimensions.html#PEPSetDimensions">PEPSetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscInt)</font></strong>;
<a name="line256">256: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetDimensions.html#PEPGetDimensions">PEPGetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt*,PetscInt*,PetscInt*)</font></strong>;
<a name="line257">257: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetScale.html#PEPSetScale">PEPSetScale</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a>,PetscReal,Vec,Vec,PetscInt,PetscReal)</font></strong>;
<a name="line258">258: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetScale.html#PEPGetScale">PEPGetScale</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a>*,PetscReal*,Vec*,Vec*,PetscInt*,PetscReal*)</font></strong>;
<a name="line259">259: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetRefine.html#PEPSetRefine">PEPSetRefine</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a>,PetscInt,PetscReal,PetscInt,<a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>)</font></strong>;
<a name="line260">260: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetRefine.html#PEPGetRefine">PEPGetRefine</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a>*,PetscInt*,PetscReal*,PetscInt*,<a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>*)</font></strong>;
<a name="line261">261: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetExtract.html#PEPSetExtract">PEPSetExtract</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a>)</font></strong>;
<a name="line262">262: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetExtract.html#PEPGetExtract">PEPGetExtract</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a>*)</font></strong>;
<a name="line263">263: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetBasis.html#PEPSetBasis">PEPSetBasis</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEPBasis</a>)</font></strong>;
<a name="line264">264: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetBasis.html#PEPGetBasis">PEPGetBasis</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEPBasis</a>*)</font></strong>;

<a name="line266">266: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetConverged.html#PEPGetConverged">PEPGetConverged</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt*)</font></strong>;
<a name="line267">267: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetEigenpair.html#PEPGetEigenpair">PEPGetEigenpair</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscScalar*,PetscScalar*,Vec,Vec)</font></strong>;
<a name="line268">268: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a>,PetscReal*)</font></strong>;
<a name="line269">269: </a>PETSC_DEPRECATED(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode PEPComputeRelativeError(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PetscInt i,PetscReal *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(pep,i,PEP_ERROR_BACKWARD,r);}
<a name="line270">270: </a>PETSC_DEPRECATED(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>() with PEP_ERROR_ABSOLUTE"</font>) PETSC_STATIC_INLINE PetscErrorCode PEPComputeResidualNorm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PetscInt i,PetscReal *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(pep,i,PEP_ERROR_ABSOLUTE,r);}
<a name="line271">271: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetErrorEstimate.html#PEPGetErrorEstimate">PEPGetErrorEstimate</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscReal*)</font></strong>;

<a name="line273">273: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPMonitor(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt)</font></strong>;
<a name="line274">274: </a><strong><font color="#4169E1"><a name="PEPMonitorSet"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorSet.html#PEPMonitorSet">PEPMonitorSet</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*),void*,PetscErrorCode (*)(void**)</font></strong>);
<a name="line275">275: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorSetFromOptions.html#PEPMonitorSetFromOptions">PEPMonitorSetFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char*,const char*,const char*,PetscErrorCode (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*),PetscBool)</font></strong>;
<a name="line276">276: </a><strong><font color="#4169E1"><a name="PEPConvMonitorSetFromOptions"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPConvMonitorSetFromOptions.html#PEPConvMonitorSetFromOptions">PEPConvMonitorSetFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char*,const char*,const char*,PetscErrorCode (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,SlepcConvMonitor)</font></strong>);
<a name="line277">277: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorCancel.html#PEPMonitorCancel">PEPMonitorCancel</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line278">278: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetMonitorContext.html#PEPGetMonitorContext">PEPGetMonitorContext</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,void **)</font></strong>;
<a name="line279">279: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetIterationNumber.html#PEPGetIterationNumber">PEPGetIterationNumber</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt*)</font></strong>;

<a name="line281">281: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetInitialSpace.html#PEPSetInitialSpace">PEPSetInitialSpace</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,Vec*)</font></strong>;
<a name="line282">282: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetWhichEigenpairs.html#PEPSetWhichEigenpairs">PEPSetWhichEigenpairs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEPWhich</a>)</font></strong>;
<a name="line283">283: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetWhichEigenpairs.html#PEPGetWhichEigenpairs">PEPGetWhichEigenpairs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEPWhich</a>*)</font></strong>;
<a name="line284">284: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetEigenvalueComparison.html#PEPSetEigenvalueComparison">PEPSetEigenvalueComparison</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscErrorCode (*func)(PetscScalar,PetscScalar,PetscScalar,PetscScalar,PetscInt*,void*),void*)</font></strong>;

<a name="line286">286: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorAll.html#PEPMonitorAll">PEPMonitorAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*)</font></strong>;
<a name="line287">287: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorFirst.html#PEPMonitorFirst">PEPMonitorFirst</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*)</font></strong>;
<a name="line288">288: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorConverged.html#PEPMonitorConverged">PEPMonitorConverged</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,SlepcConvMonitor)</font></strong>;
<a name="line289">289: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPMonitorLGCreate.html#PEPMonitorLGCreate">PEPMonitorLGCreate</a>(MPI_Comm,const char[],const char[],int,int,int,int,PetscDrawLG*)</font></strong>;
<a name="line290">290: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPMonitorLG(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*)</font></strong>;
<a name="line291">291: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode PEPMonitorLGAll(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*)</font></strong>;

<a name="line293">293: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetTrackAll.html#PEPSetTrackAll">PEPSetTrackAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool)</font></strong>;
<a name="line294">294: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetTrackAll.html#PEPGetTrackAll">PEPGetTrackAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool*)</font></strong>;

<a name="line296">296: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetOptionsPrefix.html#PEPSetOptionsPrefix">PEPSetOptionsPrefix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char*)</font></strong>;
<a name="line297">297: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPAppendOptionsPrefix.html#PEPAppendOptionsPrefix">PEPAppendOptionsPrefix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char*)</font></strong>;
<a name="line298">298: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPGetOptionsPrefix.html#PEPGetOptionsPrefix">PEPGetOptionsPrefix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char*[])</font></strong>;

<a name="line300">300: </a>PETSC_EXTERN PetscFunctionList PEPList;
<a name="line301">301: </a><strong><font color="#4169E1"><a name="PEPRegister"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPRegister.html#PEPRegister">PEPRegister</a>(const char[],PetscErrorCode(*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>);

<a name="line303">303: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSetWorkVecs.html#PEPSetWorkVecs">PEPSetWorkVecs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt)</font></strong>;
<a name="line304">304: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPAllocateSolution.html#PEPAllocateSolution">PEPAllocateSolution</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt)</font></strong>;

<a name="line306">306: </a><font color="#B22222">/* --------- options specific to particular eigensolvers -------- */</font>

<a name="line308">308: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearSetCompanionForm.html#PEPLinearSetCompanionForm">PEPLinearSetCompanionForm</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt)</font></strong>;
<a name="line309">309: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearGetCompanionForm.html#PEPLinearGetCompanionForm">PEPLinearGetCompanionForm</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscInt*)</font></strong>;
<a name="line310">310: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearSetExplicitMatrix.html#PEPLinearSetExplicitMatrix">PEPLinearSetExplicitMatrix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool)</font></strong>;
<a name="line311">311: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearGetExplicitMatrix.html#PEPLinearGetExplicitMatrix">PEPLinearGetExplicitMatrix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool*)</font></strong>;
<a name="line312">312: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearSetEPS.html#PEPLinearSetEPS">PEPLinearSetEPS</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/EPS/EPS.html#EPS">EPS</a>)</font></strong>;
<a name="line313">313: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPLinearGetEPS.html#PEPLinearGetEPS">PEPLinearGetEPS</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/EPS/EPS.html#EPS">EPS</a>*)</font></strong>;

<a name="line315">315: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPQArnoldiSetRestart.html#PEPQArnoldiSetRestart">PEPQArnoldiSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal)</font></strong>;
<a name="line316">316: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPQArnoldiGetRestart.html#PEPQArnoldiGetRestart">PEPQArnoldiGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal*)</font></strong>;
<a name="line317">317: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPQArnoldiSetLocking.html#PEPQArnoldiSetLocking">PEPQArnoldiSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool)</font></strong>;
<a name="line318">318: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPQArnoldiGetLocking.html#PEPQArnoldiGetLocking">PEPQArnoldiGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool*)</font></strong>;

<a name="line320">320: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPTOARSetRestart.html#PEPTOARSetRestart">PEPTOARSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal)</font></strong>;
<a name="line321">321: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPTOARGetRestart.html#PEPTOARGetRestart">PEPTOARGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal*)</font></strong>;
<a name="line322">322: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPTOARSetLocking.html#PEPTOARSetLocking">PEPTOARSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool)</font></strong>;
<a name="line323">323: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPTOARGetLocking.html#PEPTOARGetLocking">PEPTOARGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool*)</font></strong>;

<a name="line325">325: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSTOARSetLocking.html#PEPSTOARSetLocking">PEPSTOARSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool)</font></strong>;
<a name="line326">326: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPSTOARGetLocking.html#PEPSTOARGetLocking">PEPSTOARGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscBool*)</font></strong>;

<a name="line328">328: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPJDSetRestart.html#PEPJDSetRestart">PEPJDSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal)</font></strong>;
<a name="line329">329: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/PEP/PEPJDGetRestart.html#PEPJDGetRestart">PEPJDGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,PetscReal*)</font></strong>;

<a name="line331">331: </a><font color="#A020F0">#endif</font>

</pre>
</body>

</html>