DGESVD Example
To find the singular values and left and right singular vectors of the 6 by 4
matrix
together with approximate error bounds for the computed singular values and
vectors.
The example program for DGESDD illustrates finding a singular value
decomposition for the case m
n.
Example program
Example data
Example results