Skip to contents

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.

Usage

UD(x)

Arguments

x

A matrix

Value

A list with the following components:

u

Right singular vectors

d

Singular values

See also

Author

Georges Monette

Examples


# None yet