
Singular Value Decomposition of a Matrix
svd2.Rd
Singular Value Decomposition of a Matrix
Value
A list
with the following elements:
d
A vector containing the singular values of
x
, of lengthrank
, sorted decreasingly.u
A matrix whose columns contain the left singular vectors of
x
. Dimensionc(m, rank)
.v
A matrix whose columns contain the right singular vectors of
x
. Dimensionc(p, rank)
.