naginterfaces.library.lapackeig.zgejsv

naginterfaces.library.lapackeig.zgejsv(joba, jobu, jobv, jobr, jobt, jobp, a)[source]

zgejsv computes the singular value decomposition (SVD) of a real matrix , where , and optionally computes the left and/or right singular vectors. zgejsv implements the preconditioned Jacobi SVD of Drmač and Veselić (2008a) and Drmač and Veselić (2008b). This is an expert version of the Jacobi SVD function zgesvj() that employs preprocessing and preconditioning to improve the accuracy of results for extremely ill-conditioned matrices. In most cases zgesvj(), employing fast scaled rotations and de Rijk’s pivoting strategy, is sufficient and is simpler to use. Also consider using zgesvd() or zgesdd() which are much simpler to use and also handle the case .

For full information please refer to the NAG Library document for f08kv

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/f08/f08kvf.html

Parameters
jobastr, length 1

Specifies the form of pivoting for the factorization stage; whether an estimate of the condition number of the scaled matrix is required; and the form of rank reduction that is performed.

The initial factorization of the input matrix is performed with column pivoting; no estimate of condition number is computed; and, the rank is reduced by only the underflowed part of the triangular factor . This option works well (high relative accuracy) if can be written in the form , with well-conditioned and arbitrary diagonal matrix . The accuracy cannot be spoiled by column scaling. The accuracy of the computed output depends on the condition of , and the procedure attempts to achieve the best theoretical accuracy.

Computation as with with an additional estimate of the condition number of . It provides a realistic error bound.

The initial factorization of the input matrix is performed with full row and column pivoting; no estimate of condition number is computed; and, the rank is reduced by only the underflowed part of the triangular factor . If with ill-conditioned diagonal scalings , , and well-conditioned matrix , this option gives higher accuracy than the option. If the structure of the input matrix is not known, and relative accuracy is desirable, then this option is advisable.

Computation as with with an additional estimate of the condition number of , where (i.e., ). If has heavily weighted rows, then using this condition number gives too pessimistic an error bound.

Computation as with except in the treatment of rank reduction. In this case, small singular values are to be considered as noise and, if found, the matrix is treated as numerically rank deficient. The computed SVD, , is such that the relative residual norm (when comparing against ) is of the order , where is machine precision. This gives the procedure licence to discard (set to zero) all singular values below .

Similar to . The rank revealing property of the initial factorization is used to reveal (using the upper triangular factor) a gap, , in which case the numerical rank is declared to be . The SVD is computed with absolute error bounds, but more accurately than with .

jobustr, length 1

Specifies options for computing the left singular vectors .

The first left singular vectors (columns of ) are computed and returned in the array .

All left singular vectors are computed and returned in the array .

No left singular vectors are computed, but the array (with and second dimension at least ) is available as workspace for computing right singular values. See the description of .

No left singular vectors are computed. is not referenced when or .

jobvstr, length 1

Specifies options for computing the right singular vectors .

The right singular vectors (columns of ) are computed and returned in the array ; Jacobi rotations are not explicitly accumulated.

The right singular vectors (columns of ) are computed and returned in the array , but they are computed as the product of Jacobi rotations. This option is allowed only if or , i.e., in computing the full SVD.

This is equivalent to multiplying the input matrix, on the right, by the matrix .

No right singular values are computed, but the array (with and second dimension at least ) is available as workspace for computing left singular values. See the description of .

No right singular vectors are computed. is not referenced when or or or .

jobrstr, length 1

Specifies the conditions under which columns of are to be set to zero. This effectively specifies a lower limit on the range of singular values; any singular values below this limit are (through column zeroing) set to zero. If is scaled so that the largest column (in the Euclidean norm) of is equal to the square root of the overflow threshold, then allows the function to kill columns of whose norm in is less than (for ), or less than (otherwise). is the safe range parameter, as returned by function machine.real_safe.

Only set to zero those columns of for which the norm of corresponding column of , that is, those columns that are effectively zero (to machine precision) anyway. If the condition number of is greater than the overflow threshold , where is the value returned by machine.real_largest, you are recommended to use function zgesvj().

Set to zero those columns of for which the norm of the corresponding column of . This approximately represents a restricted range for of .

For computing the singular values in the full range from the safe minimum up to the overflow threshold use zgesvj().

Suggested value: .

jobtstr, length 1

Specifies, in the case , whether the function is permitted to use the conjugate transpose of for improved efficiency. If the matrix is square, then the procedure may use if it seems to be better with respect to convergence. If the matrix is not square, is ignored. The decision is based on two values of entropy over the adjoint orbit of . See the descriptions of and .

If , perform an entropy test and, if the test indicates possibly faster convergence of the Jacobi process when using , then form the conjugate transpose . If is replaced with , then the row pivoting is included automatically.

No entropy test and no transposition is performed.

The option can be used to compute only the singular values, or the full SVD (, and ).

In the case where only one set of singular vectors ( or ) is required, the caller must still provide both and , as one of the matrices is used as workspace if the matrix is transposed.

See the descriptions of and .

jobpstr, length 1

Specifies whether the function should be allowed to introduce structured perturbations to drown denormalized numbers. For details see Drmač and Veselić (2008a) and Drmač and Veselić (2008b). For the sake of simplicity, these perturbations are included only when the full SVD or only the singular values are requested.

Introduce perturbation if is found to be very badly scaled (introducing denormalized numbers).

Do not perturb.

acomplex, array-like, shape

The matrix .

Returns
acomplex, ndarray, shape

The contents of are overwritten.

svafloat, ndarray, shape

The, possibly scaled, singular values of .

The singular values of are , for , where .

Normally and no scaling is required to obtain the singular values.

However, if the largest singular value of overflows or if small singular values have been saved from underflow by scaling the input matrix , then .

If , then some of the singular values may be returned as exact zeros because they are below the numerical rank threshold or are denormalized numbers.

ucomplex, ndarray, shape

If , contains the matrix of left singular vectors.

If , contains the matrix of left singular vectors, including an orthonormal basis of the orthogonal complement of Range().

is not referenced when or and one of the following is satisfied:

or , or

, or

is the zero matrix.

vcomplex, ndarray, shape

If or , contains the matrix of right singular vectors.

is not referenced when or and one of the following is satisfied:

or and , or

, or

is the zero matrix.

rworkbfloat, ndarray, shape

Contains information about the completed job.

is the scaling factor such that , for , are the computed singular values of . See the description of .

See the description of .

, an estimate for the condition number of column equilibrated (if or ). is an estimate of . It is computed using lapacklin.dpocon. It satisfies where is the triangular factor from the factorization of . However, if is truncated and the numerical rank is determined to be strictly smaller than , is returned as , thus indicating that the smallest singular values might be lost.

If the full SVD is needed, and you are familiar with the details of the method, the following two condition numbers are useful for the analysis of the algorithm.

An estimate of the scaled condition number of the triangular factor in the first factorization.

An estimate of the scaled condition number of the triangular factor in the second factorization.

The following two parameters are computed if .

The entropy of : this is the Shannon entropy of taken as a point in the probability simplex.

The entropy of .

iworkbNone or int, ndarray, shape

Contains information about the completed job.

The numerical rank of determined after the initial factorization with pivoting. See the descriptions of and .

The number of computed nonzero singular values.

If nonzero, a warning message. If , then some of the column norms of were denormalized (tiny) numbers. The requested high accuracy is not warranted by the data.

Raises
NagValueError
(errno )

On entry, error in parameter .

Constraint: , , , , or .

(errno )

On entry, error in parameter .

Constraint: , , or .

(errno )

On entry, error in parameter .

Constraint: , , or .

(errno )

On entry, error in parameter .

Constraint: .

(errno )

On entry, error in parameter .

Constraint: or .

(errno )

On entry, error in parameter .

Constraint: or .

(errno )

On entry, error in parameter .

Constraint: or .

(errno )

On entry, error in parameter .

Constraint: .

(errno )

On entry, error in parameter .

Constraint: .

Warns
NagAlgorithmicWarning
(errno )

zgejsv did not converge in the allowed number of iterations (). The computed values might be inaccurate.

Notes

The SVD is written as

where is an matrix which is zero except for its diagonal elements, is an unitary matrix, and is an unitary matrix. The diagonal elements of are the singular values of in descending order of magnitude. The columns of and are the left and the right singular vectors of , respectively.

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, https://www.netlib.org/lapack/lug

Drmač, Z and Veselić, K, 2008, New fast and accurate Jacobi SVD Algorithm I, SIAM J. Matrix Anal. Appl. (29 4)

Drmač, Z and Veselić, K, 2008, 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