Skip to contents

Generic function for SVD computation.

Usage

svd(x, ...)

Arguments

x

An object.

...

Additional arguments forwarded to the corresponding base R implementation for signature compatibility.

Value

A list with components d, u, and v.