UD {gellipsoid}R Documentation

SVD, modified to return U, and D extended with 0's

Description

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

Author(s)

Georges Monette

See Also

svd

Examples


# None yet


[Package gellipsoid version 0.7.3 Index]