hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_lapack_dgesvj (f08kj)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_lapack_dgesvj (f08kj) computes the one-sided Jacobi singular value decomposition (SVD) of a real m by n matrix A, mn, with fast scaled rotations and de Rijk’s pivoting, optionally computing the left and/or right singular vectors. For m<n, the functions nag_lapack_dgesvd (f08kb) or nag_lapack_dgesdd (f08kd) may be used.

Syntax

[a, sva, v, work, info] = f08kj(joba, jobu, jobv, a, mv, v, work, 'm', m, 'n', n)
[a, sva, v, work, info] = nag_lapack_dgesvj(joba, jobu, jobv, a, mv, v, work, 'm', m, 'n', n)

Description

The SVD is written as
A = UΣVT ,  
where Σ is an n by n diagonal matrix, U is an m by n orthonormal matrix, and V is an n by n orthogonal matrix. The diagonal elements of Σ are the singular values of A in descending order of magnitude. The columns of U and V are the left and the right singular vectors of A.

References

Anderson E, Bai Z, Bischof C, Blackford S, Demmel J, Dongarra J J, Du Croz J J, Greenbaum A, Hammarling S, McKenney A and Sorensen D (1999) LAPACK Users' Guide (3rd Edition) SIAM, Philadelphia http://www.netlib.org/lapack/lug
Drmac Z and Veselic K (2008a) New fast and accurate Jacobi SVD algorithm I SIAM J. Matrix Anal. Appl. 29 4
Drmac Z and Veselic K (2008b) New fast and accurate Jacobi SVD algorithm II SIAM J. Matrix Anal. Appl. 29 4
Golub G H and Van Loan C F (1996) Matrix Computations (3rd Edition) Johns Hopkins University Press, Baltimore

Parameters

Compulsory Input Parameters

1:     joba – string (length ≥ 1)
Specifies the structure of matrix A.
joba='L'
The input matrix A is lower triangular.
joba='U'
The input matrix A is upper triangular.
joba='G'
The input matrix A is a general m by n matrix, mn.
Constraint: joba='L', 'U' or 'G'.
2:     jobu – string (length ≥ 1)
Specifies whether to compute the left singular vectors and if so whether you want to control their numerical orthogonality threshold.
jobu='U'
The left singular vectors corresponding to the nonzero singular values are computed and returned in the leading columns of a. See more details in the description of a. The numerical orthogonality threshold is set to approximately tol=ctol×ε, where ε is the machine precision and ctol=m.
jobu='C'
Analogous to jobu='U', except that you can control the level of numerical orthogonality of the computed left singular vectors. The orthogonality threshold is set to tol=ctol×ε, where ctol is given on input in work1. The option jobu='C' can be used if m×ε is a satisfactory orthogonality of the computed left singular vectors, so ctol=m could save a few sweeps of Jacobi rotations. See the descriptions of a and work1.
jobu='N'
The matrix U is not computed. However, see the description of a.
Constraint: jobu='U', 'C' or 'N'.
3:     jobv – string (length ≥ 1)
Specifies whether and how to compute the right singular vectors.
jobv='V'
The matrix V is computed and returned in the array v.
jobv='A'
The Jacobi rotations are applied to the leading mv by n part of the array v. In other words, the right singular vector matrix V is not computed explicitly, instead it is applied to an mv by n matrix initially stored in the first mv rows of v.
jobv='N'
The matrix V is not computed and the array v is not referenced.
Constraint: jobv='V', 'A' or 'N'.
4:     alda: – double array
The first dimension of the array a must be at least max1,m.
The second dimension of the array a must be at least max1,n.
The m by n matrix A.
5:     mv int64int32nag_int scalar
If jobv='A', the product of Jacobi rotations is applied to the first mv rows of v.
If jobv'A', mv is ignored. See the description of jobv.
6:     vldv: – double array
The first dimension, ldv, of the array v must satisfy
  • if jobv='V', ldvmax1,n;
  • if jobv='A', ldvmax1,mv;
  • otherwise ldv1.
The second dimension of the array v must be at least max1,n if jobv='V' or 'A', and at least 1 otherwise.
If jobv='A', v must contain an mv by n matrix to be premultiplied by the matrix V of right singular vectors.
7:     worklwork – double array
lwork, the dimension of the array, must satisfy the constraint lworkmax6,m+n.
If jobu='C', work1=ctol, where ctol defines the threshold for convergence. The process stops if all columns of A are mutually orthogonal up to ctol×ε. It is required that ctol1, i.e., it is not possible to force the function to obtain orthogonality below ε. ctol greater than 1/ε is meaningless, where ε is the machine precision.
Constraint: if jobu='C', work11.0.

Optional Input Parameters

1:     m int64int32nag_int scalar
Default: the first dimension of the array a.
m, the number of rows of the matrix A.
Constraint: m0.
2:     n int64int32nag_int scalar
Default: the second dimension of the array a.
n, the number of columns of the matrix A.
Constraint: mn0.

Output Parameters

1:     alda: – double array
The first dimension of the array a will be max1,m.
The second dimension of the array a will be max1,n.
The matrix U containing the left singular vectors of A.
If jobu='U' or 'C'
if info=0
rankA orthonormal columns of U are returned in the leading rankA columns of the array a. Here rankAn is the number of computed singular values of A that are above the safe range parameter, as returned by nag_machine_real_safe (x02am). The singular vectors corresponding to underflowed or zero singular values are not computed. The value of rankA is returned by rounding work2 to the nearest whole number. Also see the descriptions of sva and work. The computed columns of U are mutually numerically orthogonal up to approximately tol=m×ε; or tol=ctol×ε (jobu='C'), where ε is the machine precision and ctol is supplied on entry in work1, see the description of jobu.
If info>0
nag_lapack_dgesvj (f08kj) did not converge in 30 iterations (sweeps). In this case, the computed columns of U may not be orthogonal up to tol. The output U (stored in a), Σ (given by the computed singular values in sva) and V is still a decomposition of the input matrix A in the sense that the residual A-α×U×Σ×VT2/A2 is small, where α is the value returned in work1.
If jobu='N'
if info=0
Note that the left singular vectors are ‘for free’ in the one-sided Jacobi SVD algorithm. However, if only the singular values are needed, the level of numerical orthogonality of U is not an issue and iterations are stopped when the columns of the iterated matrix are numerically orthogonal up to approximately m×ε. Thus, on exit, a contains the columns of U scaled with the corresponding singular values.
If info>0
nag_lapack_dgesvj (f08kj) did not converge in 30 iterations (sweeps).
2:     svan – double array
The, possibly scaled, singular values of A.
If info=0
The singular values of A are σi=αsvai, for i=1,2,,n, where α is the scale factor stored in work1. Normally α=1, however, if some of the singular values of A might underflow or overflow, then α1 and the scale factor needs to be applied to obtain the singular values.
If info>0
nag_lapack_dgesvj (f08kj) did not converge in 30 iterations and α×sva may not be accurate.
3:     vldv: – double array
The first dimension, ldv, of the array v will be
  • if jobv='V', ldv=max1,n;
  • if jobv='A', ldv=max1,mv;
  • otherwise ldv=1.
The second dimension of the array v will be max1,n if jobv='V' or 'A' and 1 otherwise.
The right singular vectors of A.
If jobv='V', v contains the n by n matrix of the right singular vectors.
If jobv='A', v contains the product of the computed right singular vector matrix and the initial matrix in the array v.
If jobv='N', v is not referenced.
4:     worklwork – double array
lwork=max6,m+n.
Contains information about the completed job.
work1
the scaling factor, α, such that σi=αsvai, for i=1,2,,n are the computed singular values of A. (See description of sva.)
work2
nintwork2gives the number of the computed nonzero singular values.
work3
nintwork3 gives the number of the computed singular values that are larger than the underflow threshold.
work4
nintwork4 gives the number of iterations (sweeps of Jacobi rotations) needed for numerical convergence.
work5
maxijcosA:,i,A:,j in the last iteration (sweep). This is useful information in cases when nag_lapack_dgesvj (f08kj) did not converge, as it can be used to estimate whether the output is still useful and for subsequent analysis.
work6
The largest absolute value over all sines of the Jacobi rotation angles in the last sweep. It can be useful for subsequent analysis.
5:     info int64int32nag_int scalar
info=0 unless the function detects an error (see Error Indicators and Warnings).

Error Indicators and Warnings

Cases prefixed with W are classified as warnings and do not generate an error of type NAG:error_n. See nag_issue_warnings.

   info<0
If info=-i, argument i had an illegal value. An explanatory message is output, and execution of the program is terminated.
W  info>0
nag_lapack_dgesvj (f08kj) did not converge in the allowed number of iterations (30), but its output might still be useful.

Accuracy

The computed singular value decomposition is nearly the exact singular value decomposition for a nearby matrix A+E , where
E2 = Oε A2 ,  
and ε  is the machine precision. In addition, the computed singular vectors are nearly orthogonal to working precision. See Section 4.9 of Anderson et al. (1999) for further details.
See Section 6 of Drmac and Veselic (2008a) for a detailed discussion of the accuracy of the computed SVD.

Further Comments

This SVD algorithm is numerically superior to the bidiagonalization based QR algorithm implemented by nag_lapack_dgesvd (f08kb) and the divide and conquer algorithm implemented by nag_lapack_dgesdd (f08kd) algorithms and is considerably faster than previous implementations of the (equally accurate) Jacobi SVD method. Moreover, this algorithm can compute the SVD faster than nag_lapack_dgesvd (f08kb) and not much slower than nag_lapack_dgesdd (f08kd). See Section 3.3 of Drmac and Veselic (2008b) for the details.

Example

This example finds the singular values and left and right singular vectors of the 6 by 4 matrix
A = 2.27 -1.54 1.15 -1.94 0.28 -1.67 0.94 -0.78 -0.48 -3.09 0.99 -0.21 1.07 1.22 0.79 0.63 -2.35 2.93 -1.45 2.30 0.62 -7.39 1.03 -2.57 ,  
together with approximate error bounds for the computed singular values and vectors.
function f08kj_example


fprintf('f08kj example results\n\n');

m = int64(6);
n = int64(4);
a = [2.27, -1.54,  1.15, -1.94;
     0.28, -1.67,  0.94, -0.78;
    -0.48, -3.09,  0.99, -0.21;
     1.07,  1.22,  0.79,  0.63;
    -2.35,  2.93, -1.45,  2.30;
     0.62, -7.39,  1.03, -2.57];
joba = 'g';
jobu = 'u';
jobv = 'v';
work = zeros(10,1);
v    = zeros(4, 4);
mv = int64(0);
% Compute the singular values and left and right singular vectors
% of A (A = U*S*V, m >= n)
[a, sva, v, work, info] = f08kj( ...
                                 joba, jobu, jobv, a, mv, v, work);

% Compute the approximate error bound for the computed singular values
% using the 2-norm, s(1) = norm(A), and machine precision, eps.
eps = x02aj;
serrbd = eps*sva(1);

% Print solution
fprintf('Singular values:\n');
disp(transpose(sva));
if (abs(work(1)-1) > eps)
  fprintf('\nValues nned scaling by %13.5e.\n', work(1));
end

[ifail] = x04ca( ...
                 'Gen', ' ', a, 'Left singular vectors');
fprintf('\n');
[ifail] = x04ca( ...
                 'Gen', ' ', v, 'Right singular vectors');

% Estimate reciprocal condition numbers for the singular vectors
[rcondu, info] = f08fl( ...
                        'Left', m, n, sva);
[rcondv, info] = f08fl( ...
                        'Right', m, n, sva);

% Approximate error bounds for the singular values and vectors
fprintf('\nError estimate for the singular values a\n');
fprintf('%11.1e\n', serrbd);
fprintf('\nError estimates for left singular vectors\n');
fprintf('%11.1e ',serrbd./rcondu);
fprintf('\n\nError estimates for right singular vectors\n');
fprintf('%11.1e ',serrbd./rcondv);
fprintf('\n');


f08kj example results

Singular values:
    9.9966    3.6831    1.3569    0.5000

 Left singular vectors
          1       2       3       4
 1  -0.2774  0.6003 -0.1277  0.1323
 2  -0.2020  0.0301  0.2805  0.7034
 3  -0.2918 -0.3348  0.6453  0.1906
 4   0.0938  0.3699  0.6781 -0.5399
 5   0.4213 -0.5266  0.0413 -0.0575
 6  -0.7816 -0.3353 -0.1645 -0.3957

 Right singular vectors
          1       2       3       4
 1  -0.1921  0.8030  0.0041 -0.5642
 2   0.8794  0.3926 -0.0752  0.2587
 3  -0.2140  0.2980  0.7827  0.5027
 4   0.3795 -0.3351  0.6178 -0.6017

Error estimate for the singular values a
    1.1e-15

Error estimates for left singular vectors
    1.8e-16     4.8e-16     1.3e-15     2.2e-15 

Error estimates for right singular vectors
    1.8e-16     4.8e-16     1.3e-15     1.3e-15 

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015