R/UD.R
UD.Rd
Calculates U and D in the (U, D) representation of a generalized ellipsoid. This uses the SVD, modified to return U, and D extended with 0's for singular matrices.
UD(x)
A matrix
A list with the following components:
Right singular vectors
Singular values
svd
Georges Monette
# None yet