File: slepcnep.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 (318 lines) | stat: -rw-r--r-- 51,679 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
<center><a href="slepcnep.h">Actual source code: slepcnep.h</a></center><br>

<html>
<head> <link rel="canonical" href="http://slepc.upv.es/documentation/current/include/slepcnep.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/slepcnep.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 nonlinear 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="line27"> 27: </a><font color="#A020F0">#include &lt;slepcpep.h&gt;</font>
<a name="line28"> 28: </a><font color="#A020F0">#include &lt;slepcfn.h&gt;</font>

<a name="line30"> 30: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPInitializePackage.html#NEPInitializePackage">NEPInitializePackage</a>(void)</font></strong>;

<a name="line32"> 32: </a><font color="#B22222">/*S</font>
<a name="line33"> 33: </a><font color="#B22222">     <a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a> - Abstract SLEPc object that manages all solvers for</font>
<a name="line34"> 34: </a><font color="#B22222">     nonlinear eigenvalue problems.</font>

<a name="line36"> 36: </a><font color="#B22222">   Level: beginner</font>

<a name="line38"> 38: </a><font color="#B22222">.seealso:  <a href="../docs/manualpages/NEP/NEPCreate.html#NEPCreate">NEPCreate</a>()</font>
<a name="line39"> 39: </a><font color="#B22222">S*/</font>
<a name="line40"> 40: </a><font color="#4169E1">typedef struct _p_NEP* <a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>;</font>

<a name="line42"> 42: </a><font color="#B22222">/*J</font>
<a name="line43"> 43: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPType.html#NEPType">NEPType</a> - String with the name of a nonlinear eigensolver</font>

<a name="line45"> 45: </a><font color="#B22222">   Level: beginner</font>

<a name="line47"> 47: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSetType.html#NEPSetType">NEPSetType</a>(), <a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a></font>
<a name="line48"> 48: </a><font color="#B22222">J*/</font>
<a name="line49"> 49: </a><font color="#4169E1">typedef const char* <a href="../docs/manualpages/NEP/NEPType.html#NEPType">NEPType</a>;</font>
<a name="line50"> 50: </a><strong><font color="#228B22">#define NEPRII       </font><font color="#666666">"rii"</font><font color="#228B22"></font></strong>
<a name="line51"> 51: </a><strong><font color="#228B22">#define NEPSLP       </font><font color="#666666">"slp"</font><font color="#228B22"></font></strong>
<a name="line52"> 52: </a><strong><font color="#228B22">#define NEPNARNOLDI  </font><font color="#666666">"narnoldi"</font><font color="#228B22"></font></strong>
<a name="line53"> 53: </a><strong><font color="#228B22">#define NEPCISS      </font><font color="#666666">"ciss"</font><font color="#228B22"></font></strong>
<a name="line54"> 54: </a><strong><font color="#228B22">#define NEPINTERPOL  </font><font color="#666666">"interpol"</font><font color="#228B22"></font></strong>
<a name="line55"> 55: </a><strong><font color="#228B22">#define NEPNLEIGS    </font><font color="#666666">"nleigs"</font><font color="#228B22"></font></strong>

<a name="line57"> 57: </a><font color="#B22222">/* Logging support */</font>
<a name="line58"> 58: </a>PETSC_EXTERN PetscClassId NEP_CLASSID;

<a name="line60"> 60: </a><font color="#B22222">/*E</font>
<a name="line61"> 61: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPWhich.html#NEPWhich">NEPWhich</a> - Determines which part of the spectrum is requested</font>

<a name="line63"> 63: </a><font color="#B22222">    Level: intermediate</font>

<a name="line65"> 65: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSetWhichEigenpairs.html#NEPSetWhichEigenpairs">NEPSetWhichEigenpairs</a>(), <a href="../docs/manualpages/NEP/NEPGetWhichEigenpairs.html#NEPGetWhichEigenpairs">NEPGetWhichEigenpairs</a>()</font>
<a name="line66"> 66: </a><font color="#B22222">E*/</font>
<a name="line67"> 67: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { NEP_LARGEST_MAGNITUDE=1,
<a name="line68"> 68: </a>               NEP_SMALLEST_MAGNITUDE,
<a name="line69"> 69: </a>               NEP_LARGEST_REAL,
<a name="line70"> 70: </a>               NEP_SMALLEST_REAL,
<a name="line71"> 71: </a>               NEP_LARGEST_IMAGINARY,
<a name="line72"> 72: </a>               NEP_SMALLEST_IMAGINARY,
<a name="line73"> 73: </a>               NEP_TARGET_MAGNITUDE,
<a name="line74"> 74: </a>               NEP_TARGET_REAL,
<a name="line75"> 75: </a>               NEP_TARGET_IMAGINARY,
<a name="line76"> 76: </a>               NEP_ALL,
<a name="line77"> 77: </a>               NEP_WHICH_USER } <a href="../docs/manualpages/NEP/NEPWhich.html#NEPWhich">NEPWhich</a>;

<a name="line79"> 79: </a><font color="#B22222">/*E</font>
<a name="line80"> 80: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPErrorType.html#NEPErrorType">NEPErrorType</a> - The error type used to assess accuracy of computed solutions</font>

<a name="line82"> 82: </a><font color="#B22222">    Level: intermediate</font>

<a name="line84"> 84: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>()</font>
<a name="line85"> 85: </a><font color="#B22222">E*/</font>
<a name="line86"> 86: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { NEP_ERROR_ABSOLUTE,
<a name="line87"> 87: </a>               NEP_ERROR_RELATIVE,
<a name="line88"> 88: </a>               NEP_ERROR_BACKWARD } <a href="../docs/manualpages/NEP/NEPErrorType.html#NEPErrorType">NEPErrorType</a>;
<a name="line89"> 89: </a>PETSC_EXTERN const char *NEPErrorTypes[];

<a name="line91"> 91: </a><font color="#B22222">/*E</font>
<a name="line92"> 92: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPRefine.html#NEPRefine">NEPRefine</a> - The refinement type</font>

<a name="line94"> 94: </a><font color="#B22222">    Level: intermediate</font>

<a name="line96"> 96: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSetRefine.html#NEPSetRefine">NEPSetRefine</a>()</font>
<a name="line97"> 97: </a><font color="#B22222">E*/</font>
<a name="line98"> 98: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { NEP_REFINE_NONE,
<a name="line99"> 99: </a>               NEP_REFINE_SIMPLE,
<a name="line100">100: </a>               NEP_REFINE_MULTIPLE } <a href="../docs/manualpages/NEP/NEPRefine.html#NEPRefine">NEPRefine</a>;
<a name="line101">101: </a>PETSC_EXTERN const char *NEPRefineTypes[];

<a name="line103">103: </a><font color="#B22222">/*E</font>
<a name="line104">104: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPRefineScheme.html#NEPRefineScheme">NEPRefineScheme</a> - The scheme used for solving linear systems during iterative refinement</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/NEP/NEPSetRefine.html#NEPSetRefine">NEPSetRefine</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> { NEP_REFINE_SCHEME_SCHUR=1,
<a name="line111">111: </a>               NEP_REFINE_SCHEME_MBE,
<a name="line112">112: </a>               NEP_REFINE_SCHEME_EXPLICIT } <a href="../docs/manualpages/NEP/NEPRefineScheme.html#NEPRefineScheme">NEPRefineScheme</a>;
<a name="line113">113: </a>PETSC_EXTERN const char *NEPRefineSchemes[];

<a name="line115">115: </a><font color="#B22222">/*E</font>
<a name="line116">116: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPConv.html#NEPConv">NEPConv</a> - Determines the convergence test</font>

<a name="line118">118: </a><font color="#B22222">    Level: intermediate</font>

<a name="line120">120: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSetConvergenceTest.html#NEPSetConvergenceTest">NEPSetConvergenceTest</a>(), <a href="../docs/manualpages/NEP/NEPSetConvergenceTestFunction.html#NEPSetConvergenceTestFunction">NEPSetConvergenceTestFunction</a>()</font>
<a name="line121">121: </a><font color="#B22222">E*/</font>
<a name="line122">122: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { NEP_CONV_ABS,
<a name="line123">123: </a>               NEP_CONV_REL,
<a name="line124">124: </a>               NEP_CONV_NORM,
<a name="line125">125: </a>               NEP_CONV_USER } <a href="../docs/manualpages/NEP/NEPConv.html#NEPConv">NEPConv</a>;

<a name="line127">127: </a><font color="#B22222">/*E</font>
<a name="line128">128: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPStop.html#NEPStop">NEPStop</a> - Determines the stopping test</font>

<a name="line130">130: </a><font color="#B22222">    Level: advanced</font>

<a name="line132">132: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSetStoppingTest.html#NEPSetStoppingTest">NEPSetStoppingTest</a>(), <a href="../docs/manualpages/NEP/NEPSetStoppingTestFunction.html#NEPSetStoppingTestFunction">NEPSetStoppingTestFunction</a>()</font>
<a name="line133">133: </a><font color="#B22222">E*/</font>
<a name="line134">134: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { NEP_STOP_BASIC,
<a name="line135">135: </a>               NEP_STOP_USER } <a href="../docs/manualpages/NEP/NEPStop.html#NEPStop">NEPStop</a>;

<a name="line137">137: </a><font color="#B22222">/*E</font>
<a name="line138">138: </a><font color="#B22222">    <a href="../docs/manualpages/NEP/NEPConvergedReason.html#NEPConvergedReason">NEPConvergedReason</a> - Reason a nonlinear eigensolver was said to</font>
<a name="line139">139: </a><font color="#B22222">         have converged or diverged</font>

<a name="line141">141: </a><font color="#B22222">    Level: intermediate</font>

<a name="line143">143: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/NEP/NEPSolve.html#NEPSolve">NEPSolve</a>(), <a href="../docs/manualpages/NEP/NEPGetConvergedReason.html#NEPGetConvergedReason">NEPGetConvergedReason</a>(), <a href="../docs/manualpages/NEP/NEPSetTolerances.html#NEPSetTolerances">NEPSetTolerances</a>()</font>
<a name="line144">144: </a><font color="#B22222">E*/</font>
<a name="line145">145: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> {<font color="#B22222">/* converged */</font>
<a name="line146">146: </a>              NEP_CONVERGED_TOL                =  1,
<a name="line147">147: </a>              NEP_CONVERGED_USER               =  2,
<a name="line148">148: </a>              <font color="#B22222">/* diverged */</font>
<a name="line149">149: </a>              NEP_DIVERGED_ITS                 = -1,
<a name="line150">150: </a>              NEP_DIVERGED_BREAKDOWN           = -2,
<a name="line151">151: </a>                    <font color="#B22222">/* unused                  = -3 */</font>
<a name="line152">152: </a>              NEP_DIVERGED_LINEAR_SOLVE        = -4,
<a name="line153">153: </a>              NEP_CONVERGED_ITERATING          =  0} <a href="../docs/manualpages/NEP/NEPConvergedReason.html#NEPConvergedReason">NEPConvergedReason</a>;
<a name="line154">154: </a>PETSC_EXTERN const char *const*NEPConvergedReasons;

<a name="line156">156: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCreate.html#NEPCreate">NEPCreate</a>(MPI_Comm,<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>*)</font></strong>;
<a name="line157">157: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPDestroy.html#NEPDestroy">NEPDestroy</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>*)</font></strong>;
<a name="line158">158: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPReset.html#NEPReset">NEPReset</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line159">159: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetType.html#NEPSetType">NEPSetType</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPType.html#NEPType">NEPType</a>)</font></strong>;
<a name="line160">160: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetType.html#NEPGetType">NEPGetType</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPType.html#NEPType">NEPType</a>*)</font></strong>;
<a name="line161">161: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetTarget.html#NEPSetTarget">NEPSetTarget</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar)</font></strong>;
<a name="line162">162: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetTarget.html#NEPGetTarget">NEPGetTarget</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar*)</font></strong>;
<a name="line163">163: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetFromOptions.html#NEPSetFromOptions">NEPSetFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line164">164: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetUp.html#NEPSetUp">NEPSetUp</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line165">165: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSolve.html#NEPSolve">NEPSolve</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line166">166: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPView.html#NEPView">NEPView</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscViewer)</font></strong>;
<a name="line167">167: </a><strong><font color="#4169E1"><a name="NEPViewFromOptions"></a>PETSC_STATIC_INLINE PetscErrorCode NEPViewFromOptions(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a> nep,PetscObject obj,const char name[])</font></strong> {<font color="#4169E1">return</font> PetscObjectViewFromOptions((PetscObject)nep,obj,name);}
<a name="line168">168: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPErrorView.html#NEPErrorView">NEPErrorView</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPErrorType.html#NEPErrorType">NEPErrorType</a>,PetscViewer)</font></strong>;
<a name="line169">169: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPErrorViewFromOptions.html#NEPErrorViewFromOptions">NEPErrorViewFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line170">170: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPReasonView.html#NEPReasonView">NEPReasonView</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscViewer)</font></strong>;
<a name="line171">171: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPReasonViewFromOptions.html#NEPReasonViewFromOptions">NEPReasonViewFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line172">172: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPValuesView.html#NEPValuesView">NEPValuesView</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscViewer)</font></strong>;
<a name="line173">173: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPValuesViewFromOptions.html#NEPValuesViewFromOptions">NEPValuesViewFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line174">174: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPVectorsView.html#NEPVectorsView">NEPVectorsView</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscViewer)</font></strong>;
<a name="line175">175: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPVectorsViewFromOptions.html#NEPVectorsViewFromOptions">NEPVectorsViewFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;

<a name="line177">177: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetFunction.html#NEPSetFunction">NEPSetFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat,Mat,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat,Mat,void*),void*)</font></strong>;
<a name="line178">178: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetFunction.html#NEPGetFunction">NEPGetFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat*,Mat*,PetscErrorCode (**)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat,Mat,void*),void**)</font></strong>;
<a name="line179">179: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetJacobian.html#NEPSetJacobian">NEPSetJacobian</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat,void*),void*)</font></strong>;
<a name="line180">180: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetJacobian.html#NEPGetJacobian">NEPGetJacobian</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat*,PetscErrorCode (**)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat,void*),void**)</font></strong>;
<a name="line181">181: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetDerivatives.html#NEPSetDerivatives">NEPSetDerivatives</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscInt,Mat,void*),void*)</font></strong>;
<a name="line182">182: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetDerivatives.html#NEPGetDerivatives">NEPGetDerivatives</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,Mat*,PetscErrorCode (**)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscInt,Mat,void*),void**)</font></strong>;
<a name="line183">183: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetSplitOperator.html#NEPSetSplitOperator">NEPSetSplitOperator</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,Mat*,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*,MatStructure)</font></strong>;
<a name="line184">184: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetSplitOperatorTerm.html#NEPGetSplitOperatorTerm">NEPGetSplitOperatorTerm</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,Mat*,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*)</font></strong>;
<a name="line185">185: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetSplitOperatorInfo.html#NEPGetSplitOperatorInfo">NEPGetSplitOperatorInfo</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,MatStructure*)</font></strong>;

<a name="line187">187: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetBV.html#NEPSetBV">NEPSetBV</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/BV/BV.html#BV">BV</a>)</font></strong>;
<a name="line188">188: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetBV.html#NEPGetBV">NEPGetBV</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/BV/BV.html#BV">BV</a>*)</font></strong>;
<a name="line189">189: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetRG.html#NEPSetRG">NEPSetRG</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/RG/RG.html#RG">RG</a>)</font></strong>;
<a name="line190">190: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetRG.html#NEPGetRG">NEPGetRG</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/RG/RG.html#RG">RG</a>*)</font></strong>;
<a name="line191">191: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetDS.html#NEPSetDS">NEPSetDS</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/DS/DS.html#DS">DS</a>)</font></strong>;
<a name="line192">192: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetDS.html#NEPGetDS">NEPGetDS</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/DS/DS.html#DS">DS</a>*)</font></strong>;
<a name="line193">193: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRefineGetKSP.html#NEPRefineGetKSP">NEPRefineGetKSP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP*)</font></strong>;
<a name="line194">194: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetTolerances.html#NEPSetTolerances">NEPSetTolerances</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal,PetscInt)</font></strong>;
<a name="line195">195: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetTolerances.html#NEPGetTolerances">NEPGetTolerances</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal*,PetscInt*)</font></strong>;
<a name="line196">196: </a><strong><font color="#4169E1"><a name="NEPSetConvergenceTestFunction"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetConvergenceTestFunction.html#NEPSetConvergenceTestFunction">NEPSetConvergenceTestFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*),void*,PetscErrorCode (*)(void*)</font></strong>);
<a name="line197">197: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetConvergenceTest.html#NEPSetConvergenceTest">NEPSetConvergenceTest</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPConv.html#NEPConv">NEPConv</a>)</font></strong>;
<a name="line198">198: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetConvergenceTest.html#NEPGetConvergenceTest">NEPGetConvergenceTest</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPConv.html#NEPConv">NEPConv</a>*)</font></strong>;
<a name="line199">199: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPConvergedAbsolute(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line200">200: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPConvergedRelative(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line201">201: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPConvergedNorm(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,PetscScalar,PetscReal,PetscReal*,void*)</font></strong>;
<a name="line202">202: </a><strong><font color="#4169E1"><a name="NEPSetStoppingTestFunction"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetStoppingTestFunction.html#NEPSetStoppingTestFunction">NEPSetStoppingTestFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscInt,PetscInt,<a href="../docs/manualpages/NEP/NEPConvergedReason.html#NEPConvergedReason">NEPConvergedReason</a>*,void*),void*,PetscErrorCode (*)(void*)</font></strong>);
<a name="line203">203: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetStoppingTest.html#NEPSetStoppingTest">NEPSetStoppingTest</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPStop.html#NEPStop">NEPStop</a>)</font></strong>;
<a name="line204">204: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetStoppingTest.html#NEPGetStoppingTest">NEPGetStoppingTest</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPStop.html#NEPStop">NEPStop</a>*)</font></strong>;
<a name="line205">205: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPStoppingBasic.html#NEPStoppingBasic">NEPStoppingBasic</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscInt,PetscInt,<a href="../docs/manualpages/NEP/NEPConvergedReason.html#NEPConvergedReason">NEPConvergedReason</a>*,void*)</font></strong>;
<a name="line206">206: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetDimensions.html#NEPSetDimensions">NEPSetDimensions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscInt)</font></strong>;
<a name="line207">207: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetDimensions.html#NEPGetDimensions">NEPGetDimensions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscInt*,PetscInt*)</font></strong>;
<a name="line208">208: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetRefine.html#NEPSetRefine">NEPSetRefine</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPRefine.html#NEPRefine">NEPRefine</a>,PetscInt,PetscReal,PetscInt,<a href="../docs/manualpages/NEP/NEPRefineScheme.html#NEPRefineScheme">NEPRefineScheme</a>)</font></strong>;
<a name="line209">209: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetRefine.html#NEPGetRefine">NEPGetRefine</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPRefine.html#NEPRefine">NEPRefine</a>*,PetscInt*,PetscReal*,PetscInt*,<a href="../docs/manualpages/NEP/NEPRefineScheme.html#NEPRefineScheme">NEPRefineScheme</a>*)</font></strong>;

<a name="line211">211: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetConverged.html#NEPGetConverged">NEPGetConverged</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*)</font></strong>;
<a name="line212">212: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetEigenpair.html#NEPGetEigenpair">NEPGetEigenpair</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscScalar*,PetscScalar*,Vec,Vec)</font></strong>;

<a name="line214">214: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,<a href="../docs/manualpages/NEP/NEPErrorType.html#NEPErrorType">NEPErrorType</a>,PetscReal*)</font></strong>;
<a name="line215">215: </a>PETSC_DEPRECATED(<font color="#666666">"Use <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode NEPComputeRelativeError(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a> nep,PetscInt i,PetscReal *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>(nep,i,NEP_ERROR_RELATIVE,r);}
<a name="line216">216: </a>PETSC_DEPRECATED(<font color="#666666">"Use <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>() with NEP_ERROR_ABSOLUTE"</font>) PETSC_STATIC_INLINE PetscErrorCode NEPComputeResidualNorm(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a> nep,PetscInt i,PetscReal *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/NEP/NEPComputeError.html#NEPComputeError">NEPComputeError</a>(nep,i,NEP_ERROR_ABSOLUTE,r);}
<a name="line217">217: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetErrorEstimate.html#NEPGetErrorEstimate">NEPGetErrorEstimate</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscReal*)</font></strong>;

<a name="line219">219: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPComputeFunction.html#NEPComputeFunction">NEPComputeFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat,Mat)</font></strong>;
<a name="line220">220: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPComputeJacobian.html#NEPComputeJacobian">NEPComputeJacobian</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Mat)</font></strong>;
<a name="line221">221: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPApplyFunction.html#NEPApplyFunction">NEPApplyFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Vec,Vec,Vec,Mat,Mat)</font></strong>;
<a name="line222">222: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPApplyJacobian.html#NEPApplyJacobian">NEPApplyJacobian</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscScalar,Vec,Vec,Vec,Mat)</font></strong>;
<a name="line223">223: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPProjectOperator.html#NEPProjectOperator">NEPProjectOperator</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt)</font></strong>;

<a name="line225">225: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPMonitor(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt)</font></strong>;
<a name="line226">226: </a><strong><font color="#4169E1"><a name="NEPMonitorSet"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorSet.html#NEPMonitorSet">NEPMonitorSet</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*),void*,PetscErrorCode (*)(void**)</font></strong>);
<a name="line227">227: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorSetFromOptions.html#NEPMonitorSetFromOptions">NEPMonitorSetFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,const char*,const char*,const char*,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*),PetscBool)</font></strong>;
<a name="line228">228: </a><strong><font color="#4169E1"><a name="NEPConvMonitorSetFromOptions"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPConvMonitorSetFromOptions.html#NEPConvMonitorSetFromOptions">NEPConvMonitorSetFromOptions</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,const char*,const char*,const char*,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,SlepcConvMonitor)</font></strong>);
<a name="line229">229: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorCancel.html#NEPMonitorCancel">NEPMonitorCancel</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>;
<a name="line230">230: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetMonitorContext.html#NEPGetMonitorContext">NEPGetMonitorContext</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,void **)</font></strong>;
<a name="line231">231: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetIterationNumber.html#NEPGetIterationNumber">NEPGetIterationNumber</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*)</font></strong>;

<a name="line233">233: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetInitialSpace.html#NEPSetInitialSpace">NEPSetInitialSpace</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,Vec*)</font></strong>;
<a name="line234">234: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetWhichEigenpairs.html#NEPSetWhichEigenpairs">NEPSetWhichEigenpairs</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPWhich.html#NEPWhich">NEPWhich</a>)</font></strong>;
<a name="line235">235: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetWhichEigenpairs.html#NEPGetWhichEigenpairs">NEPGetWhichEigenpairs</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPWhich.html#NEPWhich">NEPWhich</a>*)</font></strong>;
<a name="line236">236: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetEigenvalueComparison.html#NEPSetEigenvalueComparison">NEPSetEigenvalueComparison</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (*func)(PetscScalar,PetscScalar,PetscScalar,PetscScalar,PetscInt*,void*),void*)</font></strong>;

<a name="line238">238: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorAll.html#NEPMonitorAll">NEPMonitorAll</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*)</font></strong>;
<a name="line239">239: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorFirst.html#NEPMonitorFirst">NEPMonitorFirst</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,PetscViewerAndFormat*)</font></strong>;
<a name="line240">240: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorConverged.html#NEPMonitorConverged">NEPMonitorConverged</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,SlepcConvMonitor)</font></strong>;
<a name="line241">241: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPMonitorLGCreate.html#NEPMonitorLGCreate">NEPMonitorLGCreate</a>(MPI_Comm,const char[],const char[],int,int,int,int,PetscDrawLG*)</font></strong>;
<a name="line242">242: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPMonitorLG(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*)</font></strong>;
<a name="line243">243: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode NEPMonitorLGAll(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscScalar*,PetscScalar*,PetscReal*,PetscInt,void*)</font></strong>;

<a name="line245">245: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetTrackAll.html#NEPSetTrackAll">NEPSetTrackAll</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool)</font></strong>;
<a name="line246">246: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetTrackAll.html#NEPGetTrackAll">NEPGetTrackAll</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool*)</font></strong>;

<a name="line248">248: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetOptionsPrefix.html#NEPSetOptionsPrefix">NEPSetOptionsPrefix</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,const char*)</font></strong>;
<a name="line249">249: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPAppendOptionsPrefix.html#NEPAppendOptionsPrefix">NEPAppendOptionsPrefix</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,const char*)</font></strong>;
<a name="line250">250: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetOptionsPrefix.html#NEPGetOptionsPrefix">NEPGetOptionsPrefix</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,const char*[])</font></strong>;

<a name="line252">252: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPGetConvergedReason.html#NEPGetConvergedReason">NEPGetConvergedReason</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/NEP/NEPConvergedReason.html#NEPConvergedReason">NEPConvergedReason</a> *)</font></strong>;

<a name="line254">254: </a>PETSC_EXTERN PetscFunctionList NEPList;
<a name="line255">255: </a><strong><font color="#4169E1"><a name="NEPRegister"></a>PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRegister.html#NEPRegister">NEPRegister</a>(const char[],PetscErrorCode(*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>)</font></strong>);

<a name="line257">257: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSetWorkVecs.html#NEPSetWorkVecs">NEPSetWorkVecs</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt)</font></strong>;
<a name="line258">258: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPAllocateSolution.html#NEPAllocateSolution">NEPAllocateSolution</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt)</font></strong>;

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

<a name="line262">262: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIISetMaximumIterations.html#NEPRIISetMaximumIterations">NEPRIISetMaximumIterations</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt)</font></strong>;
<a name="line263">263: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIIGetMaximumIterations.html#NEPRIIGetMaximumIterations">NEPRIIGetMaximumIterations</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*)</font></strong>;
<a name="line264">264: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIISetLagPreconditioner.html#NEPRIISetLagPreconditioner">NEPRIISetLagPreconditioner</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt)</font></strong>;
<a name="line265">265: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIIGetLagPreconditioner.html#NEPRIIGetLagPreconditioner">NEPRIIGetLagPreconditioner</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*)</font></strong>;
<a name="line266">266: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIISetConstCorrectionTol.html#NEPRIISetConstCorrectionTol">NEPRIISetConstCorrectionTol</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool)</font></strong>;
<a name="line267">267: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIIGetConstCorrectionTol.html#NEPRIIGetConstCorrectionTol">NEPRIIGetConstCorrectionTol</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool*)</font></strong>;
<a name="line268">268: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIISetKSP.html#NEPRIISetKSP">NEPRIISetKSP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP)</font></strong>;
<a name="line269">269: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPRIIGetKSP.html#NEPRIIGetKSP">NEPRIIGetKSP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP*)</font></strong>;

<a name="line271">271: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSLPSetEPS.html#NEPSLPSetEPS">NEPSLPSetEPS</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/EPS/EPS.html#EPS">EPS</a>)</font></strong>;
<a name="line272">272: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPSLPGetEPS.html#NEPSLPGetEPS">NEPSLPGetEPS</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/EPS/EPS.html#EPS">EPS</a>*)</font></strong>;

<a name="line274">274: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNArnoldiSetKSP.html#NEPNArnoldiSetKSP">NEPNArnoldiSetKSP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP)</font></strong>;
<a name="line275">275: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNArnoldiGetKSP.html#NEPNArnoldiGetKSP">NEPNArnoldiGetKSP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP*)</font></strong>;

<a name="line277">277: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSSetSizes.html#NEPCISSSetSizes">NEPCISSSetSizes</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt,PetscInt,PetscInt,PetscInt,PetscBool)</font></strong>;
<a name="line278">278: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSGetSizes.html#NEPCISSGetSizes">NEPCISSGetSizes</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscInt*,PetscBool*)</font></strong>;
<a name="line279">279: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSSetThreshold.html#NEPCISSSetThreshold">NEPCISSSetThreshold</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal,PetscReal)</font></strong>;
<a name="line280">280: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSGetThreshold.html#NEPCISSGetThreshold">NEPCISSGetThreshold</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal*,PetscReal*)</font></strong>;
<a name="line281">281: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSSetRefinement.html#NEPCISSSetRefinement">NEPCISSSetRefinement</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscInt)</font></strong>;
<a name="line282">282: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPCISSGetRefinement.html#NEPCISSGetRefinement">NEPCISSGetRefinement</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscInt*)</font></strong>;

<a name="line284">284: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPInterpolSetPEP.html#NEPInterpolSetPEP">NEPInterpolSetPEP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line285">285: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPInterpolGetPEP.html#NEPInterpolGetPEP">NEPInterpolGetPEP</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>*)</font></strong>;
<a name="line286">286: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPInterpolSetDegree.html#NEPInterpolSetDegree">NEPInterpolSetDegree</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt)</font></strong>;
<a name="line287">287: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPInterpolGetDegree.html#NEPInterpolGetDegree">NEPInterpolGetDegree</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*)</font></strong>;

<a name="line289">289: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetSingularitiesFunction.html#NEPNLEIGSSetSingularitiesFunction">NEPNLEIGSSetSingularitiesFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (*)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscScalar*,void*),void*)</font></strong>;
<a name="line290">290: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetSingularitiesFunction.html#NEPNLEIGSGetSingularitiesFunction">NEPNLEIGSGetSingularitiesFunction</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscErrorCode (**)(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscScalar*,void*),void **)</font></strong>;
<a name="line291">291: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetRestart.html#NEPNLEIGSSetRestart">NEPNLEIGSSetRestart</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal)</font></strong>;
<a name="line292">292: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetRestart.html#NEPNLEIGSGetRestart">NEPNLEIGSGetRestart</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal*)</font></strong>;
<a name="line293">293: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetLocking.html#NEPNLEIGSSetLocking">NEPNLEIGSSetLocking</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool)</font></strong>;
<a name="line294">294: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetLocking.html#NEPNLEIGSGetLocking">NEPNLEIGSGetLocking</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool*)</font></strong>;
<a name="line295">295: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetInterpolation.html#NEPNLEIGSSetInterpolation">NEPNLEIGSSetInterpolation</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal,PetscInt)</font></strong>;
<a name="line296">296: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetInterpolation.html#NEPNLEIGSGetInterpolation">NEPNLEIGSGetInterpolation</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscReal*,PetscInt*)</font></strong>;
<a name="line297">297: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetTrueResidual.html#NEPNLEIGSSetTrueResidual">NEPNLEIGSSetTrueResidual</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool)</font></strong>;
<a name="line298">298: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetTrueResidual.html#NEPNLEIGSGetTrueResidual">NEPNLEIGSGetTrueResidual</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscBool*)</font></strong>;
<a name="line299">299: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSSetRKShifts.html#NEPNLEIGSSetRKShifts">NEPNLEIGSSetRKShifts</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt,PetscScalar*)</font></strong>;
<a name="line300">300: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetRKShifts.html#NEPNLEIGSGetRKShifts">NEPNLEIGSGetRKShifts</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,PetscInt*,PetscScalar**)</font></strong>;
<a name="line301">301: </a><strong><font color="#4169E1">PETSC_EXTERN PetscErrorCode <a href="../docs/manualpages/NEP/NEPNLEIGSGetKSPs.html#NEPNLEIGSGetKSPs">NEPNLEIGSGetKSPs</a>(<a href="../docs/manualpages/NEP/NEP.html#NEP">NEP</a>,KSP**)</font></strong>;

<a name="line303">303: </a><font color="#A020F0">#endif</font>

</pre>
</body>

</html>