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