svd: Singular Value Decomposition

Description Usage Arguments Details Value References

Description

Computes singular value decomposition of a matrix.

Usage

1
SVD(a)

Arguments

a

input matrix.

Details

R interface for Numerical Recipes singular value decomposition routine.

Value

a structure containing the 3 matrices of the singular value decomposition of the input.

References

See discussions in the text of “Time-Frequency Analysis”.


Rwave documentation built on May 2, 2019, 5:48 p.m.

Related to svd in Rwave...