NAG Library Function Document

nag_real_sparse_eigensystem_option (f12adc)

Note: this function uses optional parameters to define choices in the problem specification. If you wish to use default settings for all of the optional parameters, then this function need not be called. If, however, you wish to reset some or all of the settings please refer to Section 11 for a detailed description of the specification of the optional parameters.

 Contents

    1  Purpose
    7  Accuracy

1
Purpose

nag_real_sparse_eigensystem_option (f12adc) is an option setting function that may be used to supply individual optional parameters to nag_real_sparse_eigensystem_iter (f12abc) and nag_real_sparse_eigensystem_sol (f12acc). These are part of a suite of functions that also includes: nag_real_sparse_eigensystem_init (f12aac) and nag_real_sparse_eigensystem_monit (f12aec). The initialization function nag_real_sparse_eigensystem_init (f12aac) must have been called prior to calling nag_real_sparse_eigensystem_option (f12adc).

2
Specification

#include <nag.h>
#include <nagf12.h>
void  nag_real_sparse_eigensystem_option (const char *str, Integer icomm[], double comm[], NagError *fail)

3
Description

nag_real_sparse_eigensystem_option (f12adc) may be used to supply values for optional parameters to nag_real_sparse_eigensystem_iter (f12abc) and nag_real_sparse_eigensystem_sol (f12acc). It is only necessary to call nag_real_sparse_eigensystem_option (f12adc) for those arguments whose values are to be different from their default values. One call to nag_real_sparse_eigensystem_option (f12adc) sets one argument value.
Each optional parameter is defined by a single character string consisting of one or more items. The items associated with a given option must be separated by spaces, or equals signs = . Alphabetic characters may be upper or lower case. The string
Vectors = None
is an example of a string used to set an optional parameter. For each option the string contains one or more of the following items:
a mandatory keyword;
a phrase that qualifies the keyword;
a number that specifies an Integer or double value. Such numbers may be up to 16 contiguous characters in C's d or g format.
nag_real_sparse_eigensystem_option (f12adc) does not have an equivalent function from the ARPACK package which passes options by directly setting values to scalar arguments or to specific elements of array arguments. nag_real_sparse_eigensystem_option (f12adc) is intended to make the passing of options more transparent and follows the same principle as the single option setting functions in Chapter e04.
The setup function nag_real_sparse_eigensystem_init (f12aac) must be called prior to the first call to nag_real_sparse_eigensystem_option (f12adc) and all calls to nag_real_sparse_eigensystem_option (f12adc) must precede the first call to nag_real_sparse_eigensystem_iter (f12abc), the reverse communication iterative solver.
A complete list of optional parameters, their abbreviations, synonyms and default values is given in Section 11.

4
References

Lehoucq R B (2001) Implicitly restarted Arnoldi methods and subspace iteration SIAM Journal on Matrix Analysis and Applications 23 551–562
Lehoucq R B and Scott J A (1996) An evaluation of software for computing eigenvalues of sparse nonsymmetric matrices Preprint MCS-P547-1195 Argonne National Laboratory
Lehoucq R B and Sorensen D C (1996) Deflation techniques for an implicitly restarted Arnoldi iteration SIAM Journal on Matrix Analysis and Applications 17 789–821
Lehoucq R B, Sorensen D C and Yang C (1998) ARPACK Users' Guide: Solution of Large-scale Eigenvalue Problems with Implicitly Restarted Arnoldi Methods SIAM, Philidelphia

5
Arguments

1:     str const char *Input
On entry: a single valid option string (as described in Section 3 and Section 11).
2:     icomm[dim] IntegerCommunication Array
Note: the dimension, dim, of the array icomm must be at least max1,licomm (see nag_real_sparse_eigensystem_init (f12aac)).
On initial entry: must remain unchanged following a call to the setup function nag_real_sparse_eigensystem_init (f12aac).
On exit: contains data on the current options set.
3:     comm[dim] doubleCommunication Array
Note: the dimension, dim, of the array comm must be at least 60.
On initial entry: must remain unchanged following a call to the setup function nag_real_sparse_eigensystem_init (f12aac).
On exit: contains data on the current options set.
4:     fail NagError *Input/Output
The NAG error argument (see Section 3.7 in How to Use the NAG Library and its Documentation).

6
Error Indicators and Warnings

NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 2.3.1.2 in How to Use the NAG Library and its Documentation for further information.
NE_BAD_PARAM
On entry, argument value had an illegal value.
NE_INITIALIZATION
Either the initialization function has not been called prior to the call of this function or a communication array has become corrupted.
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
See Section 2.7.6 in How to Use the NAG Library and its Documentation for further information.
NE_INVALID_OPTION
Ambiguous keyword: value 
Keyword not recognized: value 
Second keyword not recognized: value 
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 2.7.5 in How to Use the NAG Library and its Documentation for further information.

7
Accuracy

Not applicable.

8
Parallelism and Performance

nag_real_sparse_eigensystem_option (f12adc) is not threaded in any implementation.

9
Further Comments

None.

10
Example

This example solves Ax = λBx  in shifted-inverse mode, where A  and B  are derived from the finite element discretization of the one-dimensional convection-diffusion operator d2u dx2 + ρ du dx  on the interval 0,1 , with zero Dirichlet boundary conditions.
The shift σ  is a real number, and the operator used in the shifted-inverse iterative process is OP = A-σB -1 B .

10.1
Program Text

Program Text (f12adce.c)

10.2
Program Data

Program Data (f12adce.d)

10.3
Program Results

Program Results (f12adce.r)

11
Optional Parameters

Several optional parameters for the computational functions nag_real_sparse_eigensystem_iter (f12abc) and nag_real_sparse_eigensystem_sol (f12acc) define choices in the problem specification or the algorithm logic. In order to reduce the number of formal arguments of nag_real_sparse_eigensystem_iter (f12abc) and nag_real_sparse_eigensystem_sol (f12acc) these optional parameters have associated default values that are appropriate for most problems. Therefore, you need only specify those optional parameters whose values are to be different from their default values.
The remainder of this section can be skipped if you wish to use the default values for all optional parameters.
The following is a list of the optional parameters available. A full description of each optional parameter is provided in Section 11.1.
Optional parameters may be specified by calling nag_real_sparse_eigensystem_option (f12adc) before a call to nag_real_sparse_eigensystem_iter (f12abc), but after a call to nag_real_sparse_eigensystem_init (f12aac). One call is necessary for each optional parameter.
All optional parameters you do not specify are set to their default values. Optional parameters you specify are unaltered by nag_real_sparse_eigensystem_iter (f12abc) and nag_real_sparse_eigensystem_sol (f12acc) (unless they define invalid values) and so remain in effect for subsequent calls unless you alter them.

11.1
Description of the Optional Parameters

For each option, we give a summary line, a description of the optional parameter and details of constraints.
The summary line contains:
Keywords and character values are case and white space insensitive.
Optional parameters used to specify files (e.g., Advisory and Monitoring) have type Nag_FileID. This ID value must either be set to 0 (the default value) in which case there will be no output, or will be as returned by a call of nag_open_file (x04acc).
Advisory Default =0  
(See Section 3.3.1.1 in How to Use the NAG Library and its Documentation for further information on NAG data types.)
Advisory messages are output to Nag_FileID Advisory during the solution of the problem.
Defaults
This special keyword may be used to reset all optional parameters to their default values.
Exact Shifts Default
Supplied Shifts
During the Arnoldi iterative process, shifts are applied internally as part of the implicit restarting scheme. The shift strategy used by default and selected by the Exact Shifts is strongly recommended over the alternative Supplied Shifts (see Lehoucq et al. (1998) for details of shift strategies).
If Exact Shifts are used then these are computed internally by the algorithm in the implicit restarting scheme.
If Supplied Shifts are used then, during the Arnoldi iterative process, you must supply shifts through array arguments of nag_real_sparse_eigensystem_iter (f12abc) when nag_real_sparse_eigensystem_iter (f12abc) returns with irevcm=3; the real and imaginary parts of the shifts are supplied in y and mx respectively. This option should only be used if you are an experienced user since this requires some algorithmic knowledge and because more operations are usually required than for the implicit shift scheme. Details on the use of explicit shifts and further references on shift strategies are available in Lehoucq et al. (1998).
Iteration Limiti Default = 300  
The limit on the number of Arnoldi iterations that can be performed before nag_real_sparse_eigensystem_iter (f12abc) exits. If not all requested eigenvalues have converged to within Tolerance and the number of Arnoldi iterations has reached this limit then nag_real_sparse_eigensystem_iter (f12abc) exits with an error; nag_real_sparse_eigensystem_sol (f12acc) can still be called subsequently to return the number of converged eigenvalues, the converged eigenvalues and, if requested, the corresponding eigenvectors.
Largest Magnitude Default
Largest Imaginary
Largest Real
Smallest Imaginary
Smallest Magnitude
Smallest Real
The Arnoldi iterative method converges on a number of eigenvalues with given properties. The default is for nag_real_sparse_eigensystem_iter (f12abc) to compute the eigenvalues of largest magnitude using Largest Magnitude. Alternatively, eigenvalues may be chosen which have Largest Real part, Largest Imaginary part,Smallest Magnitude, Smallest Real part or Smallest Imaginary part.
Note that these options select the eigenvalue properties for eigenvalues of OP (and B for Generalized problems), the linear operator determined by the computational mode and problem type.
Nolist Default
List
Normally each optional parameter specification is not printed to Advisory as it is supplied. Optional parameter List may be used to enable printing and optional parameter Nolist may be used to suppress the printing.
Monitoring Default = -1
(See Section 3.3.1.1 in How to Use the NAG Library and its Documentation for further information on NAG data types.)
Unless Monitoring is set to -1 (the default), monitoring information is output to Nag_FileID Monitoring during the solution of each problem; this may be the same as Advisory. The type of information produced is dependent on the value of Print Level, see the description of the optional parameter Print Level in this section for details of the information produced. Please see nag_open_file (x04acc) to associate a file with a given Nag_FileID.
Print LeveliDefault = 0
This controls the amount of printing produced by nag_real_sparse_eigensystem_option (f12adc) as follows.
=0 No output except error messages.
>0 The set of selected options.
=2 Problem and timing statistics on final exit from nag_real_sparse_eigensystem_iter (f12abc).
5 A single line of summary output at each Arnoldi iteration.
10 If Monitoring is set, then at each iteration, the length and additional steps of the current Arnoldi factorization and the number of converged Ritz values; during re-orthogonalization, the norm of initial/restarted starting vector.
20 Problem and timing statistics on final exit from nag_real_sparse_eigensystem_iter (f12abc). If Monitoring is set, then at each iteration, the number of shifts being applied, the eigenvalues and estimates of the Hessenberg matrix H, the size of the Arnoldi basis, the wanted Ritz values and associated Ritz estimates and the shifts applied; vector norms prior to and following re-orthogonalization.
30 If Monitoring is set, then on final iteration, the norm of the residual; when computing the Schur form, the eigenvalues and Ritz estimates both before and after sorting; for each iteration, the norm of residual for compressed factorization and the compressed upper Hessenberg matrix H; during re-orthogonalization, the initial/restarted starting vector; during the Arnoldi iteration loop, a restart is flagged and the number of the residual requiring iterative refinement; while applying shifts, the indices of the shifts being applied.
40 If Monitoring is set, then during the Arnoldi iteration loop, the Arnoldi vector number and norm of the current residual; while applying shifts, key measures of progress and the order of H; while computing eigenvalues of H, the last rows of the Schur and eigenvector matrices; when computing implicit shifts, the eigenvalues and Ritz estimates of H.
50 If Monitoring is set, then during Arnoldi iteration loop: norms of key components and the active column of H, norms of residuals during iterative refinement, the final upper Hessenberg matrix H; while applying shifts: number of shifts, shift values, block indices, updated matrix H; while computing eigenvalues of H: the matrix H, the computed eigenvalues and Ritz estimates.
Random Residual Default
Initial Residual
To begin the Arnoldi iterative process, nag_real_sparse_eigensystem_iter (f12abc) requires an initial residual vector. By default nag_real_sparse_eigensystem_iter (f12abc) provides its own random initial residual vector; this option can also be set using optional parameter Random Residual. Alternatively, you can supply an initial residual vector (perhaps from a previous computation) to nag_real_sparse_eigensystem_iter (f12abc) through the array argument resid; this option can be set using optional parameter Initial Residual.
Regular Default
Regular Inverse
Shifted Inverse Imaginary
Shifted Inverse Real
These options define the computational mode which in turn defines the form of operation OPx to be performed when nag_real_sparse_eigensystem_iter (f12abc) returns with irevcm=-1 or 1 and the matrix-vector product Bx when nag_real_sparse_eigensystem_iter (f12abc) returns with irevcm=2.
Given a Standard eigenvalue problem in the form Ax=λx then the following modes are available with the appropriate operator OPx.
Regular OP=A
Shifted Inverse Real OP=A-σI-1 where σ is real
Given a Generalized eigenvalue problem in the form Ax=λBx then the following modes are available with the appropriate operator OPx.
Regular Inverse OP=B-1A
Shifted Inverse Real with real shift OP=A-σB-1B, where σ is real
Shifted Inverse Real with complex shift OP=RealA-σB-1B, where σ is complex
Shifted Inverse Imaginary OP=ImagA-σB-1B, where σ is complex
Standard Default
Generalized
The problem to be solved is either a standard eigenvalue problem, Ax=λx, or a generalized eigenvalue problem, Ax=λBx. The optional parameter Standard should be used when a standard eigenvalue problem is being solved and the optional parameter Generalized should be used when a generalized eigenvalue problem is being solved.
Tolerancer Default = ε  
An approximate eigenvalue has deemed to have converged when the corresponding Ritz estimate is within Tolerance relative to the magnitude of the eigenvalue.
Vectors Default = RITZ
The function nag_real_sparse_eigensystem_sol (f12acc) can optionally compute the Schur vectors and/or the eigenvectors corresponding to the converged eigenvalues. To turn off computation of any vectors the option Vectors=NONE should be set. To compute only the Schur vectors (at very little extra cost), the option Vectors=SCHUR should be set and these will be returned in the array argument v of nag_real_sparse_eigensystem_sol (f12acc). To compute the eigenvectors (Ritz vectors) ­corresponding to the eigenvalue estimates, the option Vectors=RITZ should be set and these will be returned in the array argument z of nag_real_sparse_eigensystem_sol (f12acc), if z is set equal to v (as in Section 10) then the Schur vectors in v are overwritten by the eigenvectors computed by nag_real_sparse_eigensystem_sol (f12acc).
© The Numerical Algorithms Group Ltd, Oxford, UK. 2017