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 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425
|
<center><a href="slepcpep.h">Actual source code: slepcpep.h</a></center><br>
<html>
<head> <link rel="canonical" href="https://slepc.upv.es/documentation/current/include/slepcpep.h.html" />
<title></title>
<meta name="generator" content="c2html 0.9.4">
<meta name="date" content="2023-01-26T12:19:47+00:00">
</head>
<body bgcolor="#FFFFFF">
<div id="version" align=right><b>slepc-3.18.2 2023-01-26</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.18.2 v3.18.2 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"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line3"> 3: </a><font color="#B22222"> SLEPc - Scalable Library for Eigenvalue Problem Computations</font>
<a name="line4"> 4: </a><font color="#B22222"> Copyright (c) 2002-, Universitat Politecnica de Valencia, Spain</font>
<a name="line6"> 6: </a><font color="#B22222"> This file is part of SLEPc.</font>
<a name="line7"> 7: </a><font color="#B22222"> SLEPc is distributed under a 2-clause BSD license (see LICENSE).</font>
<a name="line8"> 8: </a><font color="#B22222"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line9"> 9: </a><font color="#B22222">*/</font>
<a name="line10"> 10: </a><font color="#B22222">/*</font>
<a name="line11"> 11: </a><font color="#B22222"> User interface for SLEPc's polynomial eigenvalue solvers</font>
<a name="line12"> 12: </a><font color="#B22222">*/</font>
<a name="line14"> 14: </a><font color="#A020F0">#if !defined(SLEPCPEP_H)</font>
<a name="line15"> 15: </a><strong><font color="#228B22">#define SLEPCPEP_H</font></strong>
<a name="line17"> 17: </a>#include <A href="slepceps.h.html"><slepceps.h></A>
<a name="line19"> 19: </a><font color="#B22222">/* SUBMANSEC = <a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> */</font>
<a name="line21"> 21: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPInitializePackage.html#PEPInitializePackage">PEPInitializePackage</a>(void)</font></strong>;
<a name="line23"> 23: </a><font color="#B22222">/*S</font>
<a name="line24"> 24: </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="line25"> 25: </a><font color="#B22222"> problem solvers.</font>
<a name="line27"> 27: </a><font color="#B22222"> Level: beginner</font>
<a name="line29"> 29: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPCreate.html#PEPCreate">PEPCreate</a>()</font>
<a name="line30"> 30: </a><font color="#B22222">S*/</font>
<a name="line31"> 31: </a><font color="#4169E1">typedef struct _p_PEP* <a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>;</font>
<a name="line33"> 33: </a><font color="#B22222">/*J</font>
<a name="line34"> 34: </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="line36"> 36: </a><font color="#B22222"> Level: beginner</font>
<a name="line38"> 38: </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="line39"> 39: </a><font color="#B22222">J*/</font>
<a name="line40"> 40: </a><font color="#4169E1">typedef const char* <a href="../docs/manualpages/PEP/PEPType.html#PEPType">PEPType</a>;</font>
<a name="line41"> 41: </a><strong><font color="#228B22">#define PEPLINEAR </font><font color="#666666">"linear"</font><font color="#228B22"></font></strong>
<a name="line42"> 42: </a><strong><font color="#228B22">#define PEPQARNOLDI </font><font color="#666666">"qarnoldi"</font><font color="#228B22"></font></strong>
<a name="line43"> 43: </a><strong><font color="#228B22">#define PEPTOAR </font><font color="#666666">"toar"</font><font color="#228B22"></font></strong>
<a name="line44"> 44: </a><strong><font color="#228B22">#define PEPSTOAR </font><font color="#666666">"stoar"</font><font color="#228B22"></font></strong>
<a name="line45"> 45: </a><strong><font color="#228B22">#define PEPJD </font><font color="#666666">"jd"</font><font color="#228B22"></font></strong>
<a name="line46"> 46: </a><strong><font color="#228B22">#define PEPCISS </font><font color="#666666">"ciss"</font><font color="#228B22"></font></strong>
<a name="line48"> 48: </a><font color="#B22222">/* Logging support */</font>
<a name="line49"> 49: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscClassId.html#PetscClassId">PetscClassId</a> PEP_CLASSID;
<a name="line51"> 51: </a><font color="#B22222">/*E</font>
<a name="line52"> 52: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a> - Determines the type of the polynomial eigenproblem</font>
<a name="line54"> 54: </a><font color="#B22222"> Level: intermediate</font>
<a name="line56"> 56: </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="line57"> 57: </a><font color="#B22222">E*/</font>
<a name="line58"> 58: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEP_GENERAL</a>=1,
<a name="line59"> 59: </a> <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEP_HERMITIAN</a>, <font color="#B22222">/* All A_i Hermitian */</font>
<a name="line60"> 60: </a> <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEP_HYPERBOLIC</a>, <font color="#B22222">/* QEP with Hermitian matrices, M>0, (x'Cx)^2 > 4(x'Mx)(x'Kx) */</font>
<a name="line61"> 61: </a> <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEP_GYROSCOPIC</a> <font color="#B22222">/* QEP with M, K Hermitian, M>0, C skew-Hermitian */</font>
<a name="line62"> 62: </a> } <a href="../docs/manualpages/PEP/PEPProblemType.html#PEPProblemType">PEPProblemType</a>;
<a name="line64"> 64: </a><font color="#B22222">/*E</font>
<a name="line65"> 65: </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="line67"> 67: </a><font color="#B22222"> Level: intermediate</font>
<a name="line69"> 69: </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="line70"> 70: </a><font color="#B22222">E*/</font>
<a name="line71"> 71: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_LARGEST_MAGNITUDE</a>=1,
<a name="line72"> 72: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_SMALLEST_MAGNITUDE</a>,
<a name="line73"> 73: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_LARGEST_REAL</a>,
<a name="line74"> 74: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_SMALLEST_REAL</a>,
<a name="line75"> 75: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_LARGEST_IMAGINARY</a>,
<a name="line76"> 76: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_SMALLEST_IMAGINARY</a>,
<a name="line77"> 77: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_TARGET_MAGNITUDE</a>,
<a name="line78"> 78: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_TARGET_REAL</a>,
<a name="line79"> 79: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_TARGET_IMAGINARY</a>,
<a name="line80"> 80: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_ALL</a>,
<a name="line81"> 81: </a> <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEP_WHICH_USER</a> } <a href="../docs/manualpages/PEP/PEPWhich.html#PEPWhich">PEPWhich</a>;
<a name="line83"> 83: </a><font color="#B22222">/*E</font>
<a name="line84"> 84: </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="line85"> 85: </a><font color="#B22222"> eigenproblem</font>
<a name="line87"> 87: </a><font color="#B22222"> Level: intermediate</font>
<a name="line89"> 89: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetBasis.html#PEPSetBasis">PEPSetBasis</a>()</font>
<a name="line90"> 90: </a><font color="#B22222">E*/</font>
<a name="line91"> 91: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_MONOMIAL</a>,
<a name="line92"> 92: </a> <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_CHEBYSHEV1</a>,
<a name="line93"> 93: </a> <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_CHEBYSHEV2</a>,
<a name="line94"> 94: </a> <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_LEGENDRE</a>,
<a name="line95"> 95: </a> <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_LAGUERRE</a>,
<a name="line96"> 96: </a> <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEP_BASIS_HERMITE</a> } <a href="../docs/manualpages/PEP/PEPBasis.html#PEPBasis">PEPBasis</a>;
<a name="line97"> 97: </a>SLEPC_EXTERN const char *PEPBasisTypes[];
<a name="line99"> 99: </a><font color="#B22222">/*E</font>
<a name="line100">100: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a> - The scaling strategy</font>
<a name="line102">102: </a><font color="#B22222"> Level: intermediate</font>
<a name="line104">104: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetScale.html#PEPSetScale">PEPSetScale</a>()</font>
<a name="line105">105: </a><font color="#B22222">E*/</font>
<a name="line106">106: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEP_SCALE_NONE</a>,
<a name="line107">107: </a> <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEP_SCALE_SCALAR</a>,
<a name="line108">108: </a> <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEP_SCALE_DIAGONAL</a>,
<a name="line109">109: </a> <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEP_SCALE_BOTH</a> } <a href="../docs/manualpages/PEP/PEPScale.html#PEPScale">PEPScale</a>;
<a name="line110">110: </a>SLEPC_EXTERN const char *PEPScaleTypes[];
<a name="line112">112: </a><font color="#B22222">/*E</font>
<a name="line113">113: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a> - The refinement type</font>
<a name="line115">115: </a><font color="#B22222"> Level: intermediate</font>
<a name="line117">117: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetRefine.html#PEPSetRefine">PEPSetRefine</a>()</font>
<a name="line118">118: </a><font color="#B22222">E*/</font>
<a name="line119">119: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEP_REFINE_NONE</a>,
<a name="line120">120: </a> <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEP_REFINE_SIMPLE</a>,
<a name="line121">121: </a> <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEP_REFINE_MULTIPLE</a> } <a href="../docs/manualpages/PEP/PEPRefine.html#PEPRefine">PEPRefine</a>;
<a name="line122">122: </a>SLEPC_EXTERN const char *PEPRefineTypes[];
<a name="line124">124: </a><font color="#B22222">/*E</font>
<a name="line125">125: </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="line127">127: </a><font color="#B22222"> Level: intermediate</font>
<a name="line129">129: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetRefine.html#PEPSetRefine">PEPSetRefine</a>()</font>
<a name="line130">130: </a><font color="#B22222">E*/</font>
<a name="line131">131: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEP_REFINE_SCHEME_SCHUR</a>=1,
<a name="line132">132: </a> <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEP_REFINE_SCHEME_MBE</a>,
<a name="line133">133: </a> <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEP_REFINE_SCHEME_EXPLICIT</a> } <a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>;
<a name="line134">134: </a>SLEPC_EXTERN const char *PEPRefineSchemes[];
<a name="line136">136: </a><font color="#B22222">/*E</font>
<a name="line137">137: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a> - The extraction type</font>
<a name="line139">139: </a><font color="#B22222"> Level: intermediate</font>
<a name="line141">141: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPSetExtract.html#PEPSetExtract">PEPSetExtract</a>()</font>
<a name="line142">142: </a><font color="#B22222">E*/</font>
<a name="line143">143: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEP_EXTRACT_NONE</a>=1,
<a name="line144">144: </a> <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEP_EXTRACT_NORM</a>,
<a name="line145">145: </a> <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEP_EXTRACT_RESIDUAL</a>,
<a name="line146">146: </a> <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEP_EXTRACT_STRUCTURED</a> } <a href="../docs/manualpages/PEP/PEPExtract.html#PEPExtract">PEPExtract</a>;
<a name="line147">147: </a>SLEPC_EXTERN const char *PEPExtractTypes[];
<a name="line149">149: </a><font color="#B22222">/*E</font>
<a name="line150">150: </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="line152">152: </a><font color="#B22222"> Level: intermediate</font>
<a name="line154">154: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>()</font>
<a name="line155">155: </a><font color="#B22222">E*/</font>
<a name="line156">156: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_ABSOLUTE</a>,
<a name="line157">157: </a> <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_RELATIVE</a>,
<a name="line158">158: </a> <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_BACKWARD</a> } <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a>;
<a name="line159">159: </a>SLEPC_EXTERN const char *PEPErrorTypes[];
<a name="line161">161: </a><font color="#B22222">/*E</font>
<a name="line162">162: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a> - Determines the convergence test</font>
<a name="line164">164: </a><font color="#B22222"> Level: intermediate</font>
<a name="line166">166: </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="line167">167: </a><font color="#B22222">E*/</font>
<a name="line168">168: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEP_CONV_ABS</a>,
<a name="line169">169: </a> <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEP_CONV_REL</a>,
<a name="line170">170: </a> <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEP_CONV_NORM</a>,
<a name="line171">171: </a> <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEP_CONV_USER</a> } <a href="../docs/manualpages/PEP/PEPConv.html#PEPConv">PEPConv</a>;
<a name="line173">173: </a><font color="#B22222">/*E</font>
<a name="line174">174: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a> - Determines the stopping test</font>
<a name="line176">176: </a><font color="#B22222"> Level: advanced</font>
<a name="line178">178: </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="line179">179: </a><font color="#B22222">E*/</font>
<a name="line180">180: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEP_STOP_BASIC</a>,
<a name="line181">181: </a> <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEP_STOP_USER</a> } <a href="../docs/manualpages/PEP/PEPStop.html#PEPStop">PEPStop</a>;
<a name="line183">183: </a><font color="#B22222">/*E</font>
<a name="line184">184: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a> - Reason an eigensolver was said to</font>
<a name="line185">185: </a><font color="#B22222"> have converged or diverged</font>
<a name="line187">187: </a><font color="#B22222"> Level: intermediate</font>
<a name="line189">189: </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="line190">190: </a><font color="#B22222">E*/</font>
<a name="line191">191: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> {<font color="#B22222">/* converged */</font>
<a name="line192">192: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_CONVERGED_TOL</a> = 1,
<a name="line193">193: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_CONVERGED_USER</a> = 2,
<a name="line194">194: </a> <font color="#B22222">/* diverged */</font>
<a name="line195">195: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_DIVERGED_ITS</a> = -1,
<a name="line196">196: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_DIVERGED_BREAKDOWN</a> = -2,
<a name="line197">197: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_DIVERGED_SYMMETRY_LOST</a> = -3,
<a name="line198">198: </a> <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEP_CONVERGED_ITERATING</a> = 0} <a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>;
<a name="line199">199: </a>SLEPC_EXTERN const char *const*PEPConvergedReasons;
<a name="line201">201: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCreate.html#PEPCreate">PEPCreate</a>(<a href="https://petsc.org/release/docs/manualpages/Sys/MPI_Comm.html#MPI_Comm">MPI_Comm</a>,<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>*)</font></strong>;
<a name="line202">202: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPDestroy.html#PEPDestroy">PEPDestroy</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>*)</font></strong>;
<a name="line203">203: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPReset.html#PEPReset">PEPReset</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line204">204: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line205">205: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line206">206: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line207">207: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line208">208: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetOperators.html#PEPSetOperators">PEPSetOperators</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Mat/Mat.html#Mat">Mat</a>[])</font></strong>;
<a name="line209">209: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetOperators.html#PEPGetOperators">PEPGetOperators</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Mat/Mat.html#Mat">Mat</a>*)</font></strong>;
<a name="line210">210: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetNumMatrices.html#PEPGetNumMatrices">PEPGetNumMatrices</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line211">211: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetTarget.html#PEPSetTarget">PEPSetTarget</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>)</font></strong>;
<a name="line212">212: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetTarget.html#PEPGetTarget">PEPGetTarget</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line213">213: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetInterval.html#PEPSetInterval">PEPSetInterval</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line214">214: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetInterval.html#PEPGetInterval">PEPGetInterval</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line215">215: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetFromOptions.html#PEPSetFromOptions">PEPSetFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line216">216: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetUp.html#PEPSetUp">PEPSetUp</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line217">217: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSolve.html#PEPSolve">PEPSolve</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line218">218: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPView.html#PEPView">PEPView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line219">219: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPViewFromOptions.html#PEPViewFromOptions">PEPViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscObject.html#PetscObject">PetscObject</a>,const char[])</font></strong>;
<a name="line220">220: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line221">221: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPErrorView.html#PEPErrorView">PEPErrorView</a>()"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPPrintSolution(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a> v) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPErrorView.html#PEPErrorView">PEPErrorView</a>(pep,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_BACKWARD</a>,v);}
<a name="line222">222: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPErrorViewFromOptions.html#PEPErrorViewFromOptions">PEPErrorViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line223">223: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPConvergedReasonView.html#PEPConvergedReasonView">PEPConvergedReasonView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line224">224: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPConvergedReasonViewFromOptions.html#PEPConvergedReasonViewFromOptions">PEPConvergedReasonViewFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line225">225: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPConvergedReasonView.html#PEPConvergedReasonView">PEPConvergedReasonView</a>() (since version 3.14)"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPReasonView(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a> v) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPConvergedReasonView.html#PEPConvergedReasonView">PEPConvergedReasonView</a>(pep,v);}
<a name="line226">226: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPConvergedReasonViewFromOptions.html#PEPConvergedReasonViewFromOptions">PEPConvergedReasonViewFromOptions</a>() (since version 3.14)"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPReasonViewFromOptions(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPConvergedReasonViewFromOptions.html#PEPConvergedReasonViewFromOptions">PEPConvergedReasonViewFromOptions</a>(pep);}
<a name="line227">227: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPValuesView.html#PEPValuesView">PEPValuesView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line228">228: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPVectorsView.html#PEPVectorsView">PEPVectorsView</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line230">230: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPRefineGetKSP.html#PEPRefineGetKSP">PEPRefineGetKSP</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/KSP/KSP.html#KSP">KSP</a>*)</font></strong>;
<a name="line241">241: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetTolerances.html#PEPSetTolerances">PEPSetTolerances</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line242">242: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetTolerances.html#PEPGetTolerances">PEPGetTolerances</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line243">243: </a><strong><font color="#4169E1"><a name="PEPSetConvergenceTestFunction"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetConvergenceTestFunction.html#PEPSetConvergenceTestFunction">PEPSetConvergenceTestFunction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,void*),void*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(void*)</font></strong>);
<a name="line244">244: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPConvergedAbsolute(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,void*)</font></strong>;
<a name="line247">247: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPConvergedRelative(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,void*)</font></strong>;
<a name="line248">248: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPConvergedNorm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,void*)</font></strong>;
<a name="line249">249: </a><strong><font color="#4169E1"><a name="PEPSetStoppingTestFunction"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetStoppingTestFunction.html#PEPSetStoppingTestFunction">PEPSetStoppingTestFunction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>*,void*),void*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(void*)</font></strong>);
<a name="line250">250: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPStoppingBasic.html#PEPStoppingBasic">PEPStoppingBasic</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="../docs/manualpages/PEP/PEPConvergedReason.html#PEPConvergedReason">PEPConvergedReason</a>*,void*)</font></strong>;
<a name="line253">253: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetDimensions.html#PEPSetDimensions">PEPSetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line256">256: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetDimensions.html#PEPGetDimensions">PEPGetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line257">257: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line258">258: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>*,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line259">259: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>)</font></strong>;
<a name="line260">260: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="../docs/manualpages/PEP/PEPRefineScheme.html#PEPRefineScheme">PEPRefineScheme</a>*)</font></strong>;
<a name="line261">261: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetConverged.html#PEPGetConverged">PEPGetConverged</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line267">267: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetEigenpair.html#PEPGetEigenpair">PEPGetEigenpair</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>)</font></strong>;
<a name="line268">268: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEPErrorType</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line269">269: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>()"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPComputeRelativeError(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> i,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(pep,i,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_BACKWARD</a>,r);}
<a name="line270">270: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>() with <a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_ABSOLUTE</a>"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPComputeResidualNorm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> i,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> *r) {<font color="#4169E1">return</font> <a href="../docs/manualpages/PEP/PEPComputeError.html#PEPComputeError">PEPComputeError</a>(pep,i,<a href="../docs/manualpages/PEP/PEPErrorType.html#PEPErrorType">PEP_ERROR_ABSOLUTE</a>,r);}
<a name="line271">271: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetErrorEstimate.html#PEPGetErrorEstimate">PEPGetErrorEstimate</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line272">272: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetIterationNumber.html#PEPGetIterationNumber">PEPGetIterationNumber</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line274">274: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetInitialSpace.html#PEPSetInitialSpace">PEPSetInitialSpace</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>[])</font></strong>;
<a name="line275">275: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line276">276: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line277">277: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetEigenvalueComparison.html#PEPSetEigenvalueComparison">PEPSetEigenvalueComparison</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*func)(<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,void*),void*)</font></strong>;
<a name="line279">279: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetTrackAll.html#PEPSetTrackAll">PEPSetTrackAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line280">280: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPGetTrackAll.html#PEPGetTrackAll">PEPGetTrackAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line282">282: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPMonitor(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line283">283: </a><strong><font color="#4169E1"><a name="PEPMonitorSet"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorSet.html#PEPMonitorSet">PEPMonitorSet</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,void*),void*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> (*)(void**)</font></strong>);
<a name="line284">284: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorCancel.html#PEPMonitorCancel">PEPMonitorCancel</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>;
<a name="line285">285: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line287">287: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorSetFromOptions.html#PEPMonitorSetFromOptions">PEPMonitorSetFromOptions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,const char[],const char[],void*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line288">288: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPMonitorLGCreate(<a href="https://petsc.org/release/docs/manualpages/Sys/MPI_Comm.html#MPI_Comm">MPI_Comm</a>,const char[],const char[],const char[],<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,const char*[],int,int,int,int,<a href="https://petsc.org/release/docs/manualpages/Draw/PetscDrawLG.html#PetscDrawLG">PetscDrawLG</a>*)</font></strong>;
<a name="line289">289: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorFirst.html#PEPMonitorFirst">PEPMonitorFirst</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line290">290: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorFirstDrawLG.html#PEPMonitorFirstDrawLG">PEPMonitorFirstDrawLG</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line291">291: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorFirstDrawLGCreate.html#PEPMonitorFirstDrawLGCreate">PEPMonitorFirstDrawLGCreate</a>(<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,void *,PetscViewerAndFormat**)</font></strong>;
<a name="line292">292: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorAll.html#PEPMonitorAll">PEPMonitorAll</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line293">293: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorAllDrawLG.html#PEPMonitorAllDrawLG">PEPMonitorAllDrawLG</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line294">294: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorAllDrawLGCreate.html#PEPMonitorAllDrawLGCreate">PEPMonitorAllDrawLGCreate</a>(<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,void *,PetscViewerAndFormat**)</font></strong>;
<a name="line295">295: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorConverged.html#PEPMonitorConverged">PEPMonitorConverged</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line296">296: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPMonitorConvergedCreate(<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,void *,PetscViewerAndFormat**)</font></strong>;
<a name="line297">297: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorConvergedDrawLG.html#PEPMonitorConvergedDrawLG">PEPMonitorConvergedDrawLG</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*)</font></strong>;
<a name="line298">298: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorConvergedDrawLGCreate.html#PEPMonitorConvergedDrawLGCreate">PEPMonitorConvergedDrawLGCreate</a>(<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,void *,PetscViewerAndFormat**)</font></strong>;
<a name="line299">299: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPMonitorConvergedDestroy(PetscViewerAndFormat**)</font></strong>;
<a name="line301">301: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line302">302: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line303">303: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line305">305: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscFunctionList.html#PetscFunctionList">PetscFunctionList</a> PEPList;
<a name="line306">306: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscFunctionList.html#PetscFunctionList">PetscFunctionList</a> PEPMonitorList;
<a name="line307">307: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscFunctionList.html#PetscFunctionList">PetscFunctionList</a> PEPMonitorCreateList;
<a name="line308">308: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscFunctionList.html#PetscFunctionList">PetscFunctionList</a> PEPMonitorDestroyList;
<a name="line309">309: </a><strong><font color="#4169E1"><a name="PEPRegister"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPRegister.html#PEPRegister">PEPRegister</a>(const char[],<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>(*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>)</font></strong>);
<a name="line310">310: </a><strong><font color="#4169E1"><a name="PEPMonitorRegister"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPMonitorRegister.html#PEPMonitorRegister">PEPMonitorRegister</a>(const char[],<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerType.html#PetscViewerType">PetscViewerType</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>(*)(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,PetscViewerAndFormat*),<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>(*)(<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewerFormat.html#PetscViewerFormat">PetscViewerFormat</a>,void*,PetscViewerAndFormat**),<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>(*)(PetscViewerAndFormat**)</font></strong>);
<a name="line312">312: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSetWorkVecs.html#PEPSetWorkVecs">PEPSetWorkVecs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line313">313: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPAllocateSolution.html#PEPAllocateSolution">PEPAllocateSolution</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line315">315: </a><font color="#B22222">/* --------- options specific to particular eigensolvers -------- */</font>
<a name="line317">317: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPLinearSetLinearization.html#PEPLinearSetLinearization">PEPLinearSetLinearization</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line318">318: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPLinearGetLinearization.html#PEPLinearGetLinearization">PEPLinearGetLinearization</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line319">319: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPLinearSetExplicitMatrix.html#PEPLinearSetExplicitMatrix">PEPLinearSetExplicitMatrix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line320">320: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPLinearGetExplicitMatrix.html#PEPLinearGetExplicitMatrix">PEPLinearGetExplicitMatrix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line321">321: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line322">322: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <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="line323">323: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPLinearSetLinearization.html#PEPLinearSetLinearization">PEPLinearSetLinearization</a>()"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPLinearSetCompanionForm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> cform) {<font color="#4169E1">return</font> (cform==1)?<a href="../docs/manualpages/PEP/PEPLinearSetLinearization.html#PEPLinearSetLinearization">PEPLinearSetLinearization</a>(pep,1.0,0.0):<a href="../docs/manualpages/PEP/PEPLinearSetLinearization.html#PEPLinearSetLinearization">PEPLinearSetLinearization</a>(pep,0.0,1.0);}
<a name="line324">324: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/PEP/PEPLinearGetLinearization.html#PEPLinearGetLinearization">PEPLinearGetLinearization</a>()"</font>) static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> PEPLinearGetCompanionForm(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *cform) {(void)pep; <font color="#4169E1">if</font> (cform) *cform=1; <font color="#4169E1">return</font> 0;}
<a name="line326">326: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPQArnoldiSetRestart.html#PEPQArnoldiSetRestart">PEPQArnoldiSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line327">327: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPQArnoldiGetRestart.html#PEPQArnoldiGetRestart">PEPQArnoldiGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line328">328: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPQArnoldiSetLocking.html#PEPQArnoldiSetLocking">PEPQArnoldiSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line329">329: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPQArnoldiGetLocking.html#PEPQArnoldiGetLocking">PEPQArnoldiGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line331">331: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPTOARSetRestart.html#PEPTOARSetRestart">PEPTOARSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line332">332: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPTOARGetRestart.html#PEPTOARGetRestart">PEPTOARGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line333">333: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPTOARSetLocking.html#PEPTOARSetLocking">PEPTOARSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line334">334: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPTOARGetLocking.html#PEPTOARGetLocking">PEPTOARGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line336">336: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARSetLinearization.html#PEPSTOARSetLinearization">PEPSTOARSetLinearization</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line337">337: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetLinearization.html#PEPSTOARGetLinearization">PEPSTOARGetLinearization</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line338">338: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARSetLocking.html#PEPSTOARSetLocking">PEPSTOARSetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line339">339: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetLocking.html#PEPSTOARGetLocking">PEPSTOARGetLocking</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line340">340: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARSetDetectZeros.html#PEPSTOARSetDetectZeros">PEPSTOARSetDetectZeros</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line341">341: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetDetectZeros.html#PEPSTOARGetDetectZeros">PEPSTOARGetDetectZeros</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line342">342: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetInertias.html#PEPSTOARGetInertias">PEPSTOARGetInertias</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>**,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>**)</font></strong>;
<a name="line343">343: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARSetDimensions.html#PEPSTOARSetDimensions">PEPSTOARSetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line344">344: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetDimensions.html#PEPSTOARGetDimensions">PEPSTOARGetDimensions</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line345">345: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARSetCheckEigenvalueType.html#PEPSTOARSetCheckEigenvalueType">PEPSTOARSetCheckEigenvalueType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line346">346: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPSTOARGetCheckEigenvalueType.html#PEPSTOARGetCheckEigenvalueType">PEPSTOARGetCheckEigenvalueType</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line347">347: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCheckDefiniteQEP.html#PEPCheckDefiniteQEP">PEPCheckDefiniteQEP</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line349">349: </a><font color="#B22222">/*E</font>
<a name="line350">350: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEPJDProjection</a> - The type of projection to be used in the Jacobi-Davidson solver</font>
<a name="line352">352: </a><font color="#B22222"> Level: intermediate</font>
<a name="line354">354: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPJDSetProjection.html#PEPJDSetProjection">PEPJDSetProjection</a>()</font>
<a name="line355">355: </a><font color="#B22222">E*/</font>
<a name="line356">356: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEP_JD_PROJECTION_HARMONIC</a>,
<a name="line357">357: </a> <a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEP_JD_PROJECTION_ORTHOGONAL</a> } <a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEPJDProjection</a>;
<a name="line358">358: </a>SLEPC_EXTERN const char *PEPJDProjectionTypes[];
<a name="line360">360: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDSetRestart.html#PEPJDSetRestart">PEPJDSetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line361">361: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDGetRestart.html#PEPJDGetRestart">PEPJDGetRestart</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line362">362: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDSetFix.html#PEPJDSetFix">PEPJDSetFix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line363">363: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDGetFix.html#PEPJDGetFix">PEPJDGetFix</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line364">364: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDSetReusePreconditioner.html#PEPJDSetReusePreconditioner">PEPJDSetReusePreconditioner</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line365">365: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDGetReusePreconditioner.html#PEPJDGetReusePreconditioner">PEPJDGetReusePreconditioner</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line366">366: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDSetMinimalityIndex.html#PEPJDSetMinimalityIndex">PEPJDSetMinimalityIndex</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line367">367: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDGetMinimalityIndex.html#PEPJDGetMinimalityIndex">PEPJDGetMinimalityIndex</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line368">368: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDSetProjection.html#PEPJDSetProjection">PEPJDSetProjection</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEPJDProjection</a>)</font></strong>;
<a name="line369">369: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPJDGetProjection.html#PEPJDGetProjection">PEPJDGetProjection</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPJDProjection.html#PEPJDProjection">PEPJDProjection</a>*)</font></strong>;
<a name="line371">371: </a><font color="#B22222">/*E</font>
<a name="line372">372: </a><font color="#B22222"> <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a> - determines the extraction technique in the CISS solver</font>
<a name="line374">374: </a><font color="#B22222"> Level: advanced</font>
<a name="line376">376: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/PEP/PEPCISSSetExtraction.html#PEPCISSSetExtraction">PEPCISSSetExtraction</a>(), <a href="../docs/manualpages/PEP/PEPCISSGetExtraction.html#PEPCISSGetExtraction">PEPCISSGetExtraction</a>()</font>
<a name="line377">377: </a><font color="#B22222">E*/</font>
<a name="line378">378: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEP_CISS_EXTRACTION_RITZ</a>,
<a name="line379">379: </a> <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEP_CISS_EXTRACTION_HANKEL</a>,
<a name="line380">380: </a> <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEP_CISS_EXTRACTION_CAA</a> } <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a>;
<a name="line381">381: </a>SLEPC_EXTERN const char *PEPCISSExtractions[];
<a name="line383">383: </a><font color="#A020F0">#if defined(PETSC_USE_COMPLEX) || defined(PETSC_CLANG_STATIC_ANALYZER)</font>
<a name="line384">384: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetExtraction.html#PEPCISSSetExtraction">PEPCISSSetExtraction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a>)</font></strong>;
<a name="line385">385: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetExtraction.html#PEPCISSGetExtraction">PEPCISSGetExtraction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a>*)</font></strong>;
<a name="line386">386: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetSizes.html#PEPCISSSetSizes">PEPCISSSetSizes</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>)</font></strong>;
<a name="line387">387: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetSizes.html#PEPCISSGetSizes">PEPCISSGetSizes</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a>*)</font></strong>;
<a name="line388">388: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetThreshold.html#PEPCISSSetThreshold">PEPCISSSetThreshold</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>)</font></strong>;
<a name="line389">389: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetThreshold.html#PEPCISSGetThreshold">PEPCISSGetThreshold</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a>*)</font></strong>;
<a name="line390">390: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetRefinement.html#PEPCISSSetRefinement">PEPCISSSetRefinement</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line391">391: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetRefinement.html#PEPCISSGetRefinement">PEPCISSGetRefinement</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line392">392: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetKSPs.html#PEPCISSGetKSPs">PEPCISSGetKSPs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/KSP/KSP.html#KSP">KSP</a>**)</font></strong>;
<a name="line393">393: </a><font color="#A020F0">#else</font>
<a name="line394">394: </a><strong><font color="#228B22">#define SlepcPEPCISSUnavailable(pep) do { \</font></strong>
<a name="line395">395: </a><strong><font color="#228B22"> <a href="https://petsc.org/release/docs/manualpages/Sys/SETERRQ.html#SETERRQ">SETERRQ</a>(<a href="https://petsc.org/release/docs/manualpages/Sys/PetscObjectComm.html#PetscObjectComm">PetscObjectComm</a>((<a href="https://petsc.org/release/docs/manualpages/Sys/PetscObject.html#PetscObject">PetscObject</a>)pep),PETSC_ERR_SUP,</font><font color="#666666">"%s() not available with real scalars"</font><font color="#228B22">,PETSC_FUNCTION_NAME); \</font></strong>
<a name="line396">396: </a><strong><font color="#228B22"> } while (0)</font></strong>
<a name="line397">397: </a><strong><font color="#4169E1"><a name="PEPCISSSetExtraction"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetExtraction.html#PEPCISSSetExtraction">PEPCISSSetExtraction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a> ex)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line398">398: </a><strong><font color="#4169E1"><a name="PEPCISSGetExtraction"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetExtraction.html#PEPCISSGetExtraction">PEPCISSGetExtraction</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="../docs/manualpages/PEP/PEPCISSExtraction.html#PEPCISSExtraction">PEPCISSExtraction</a> *ex)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line399">399: </a><strong><font color="#4169E1"><a name="PEPCISSSetSizes"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetSizes.html#PEPCISSSetSizes">PEPCISSSetSizes</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> ip,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> bs,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> ms,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> npart,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> bsmax,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a> realmats)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line400">400: </a><strong><font color="#4169E1"><a name="PEPCISSGetSizes"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetSizes.html#PEPCISSGetSizes">PEPCISSGetSizes</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *ip,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *bs,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *ms,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *npart,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *bsmak,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscBool.html#PetscBool">PetscBool</a> *realmats)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line401">401: </a><strong><font color="#4169E1"><a name="PEPCISSSetThreshold"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetThreshold.html#PEPCISSSetThreshold">PEPCISSSetThreshold</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> delta,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> spur)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line402">402: </a><strong><font color="#4169E1"><a name="PEPCISSGetThreshold"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetThreshold.html#PEPCISSGetThreshold">PEPCISSGetThreshold</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> *delta,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscReal.html#PetscReal">PetscReal</a> *spur)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line403">403: </a><strong><font color="#4169E1"><a name="PEPCISSSetRefinement"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSSetRefinement.html#PEPCISSSetRefinement">PEPCISSSetRefinement</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> inner,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> blsize)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line404">404: </a><strong><font color="#4169E1"><a name="PEPCISSGetRefinement"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetRefinement.html#PEPCISSGetRefinement">PEPCISSGetRefinement</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *inner,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *blsize)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line405">405: </a><strong><font color="#4169E1"><a name="PEPCISSGetKSPs"></a>static inline <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/PEP/PEPCISSGetKSPs.html#PEPCISSGetKSPs">PEPCISSGetKSPs</a>(<a href="../docs/manualpages/PEP/PEP.html#PEP">PEP</a> pep,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a> *nsolve,PETSC_UNUSED <a href="https://petsc.org/release/docs/manualpages/KSP/KSP.html#KSP">KSP</a> **ksp)</font></strong> {SlepcPEPCISSUnavailable(pep);}
<a name="line406">406: </a><strong><font color="#228B22">#undef SlepcPEPCISSUnavailable</font></strong>
<a name="line407">407: </a><font color="#A020F0">#endif</font>
<a name="line408">408: </a><font color="#A020F0">#endif</font>
</pre>
</body>
</html>
|