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

View source: R/UD.R

UDR 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


friendly/gellipsoid documentation built on Nov. 15, 2024, 1:16 p.m.