gsvd-class: Class '"gsvd"'

Description Objects from the Class Slots Author(s) See Also Examples

Description

Contains the results of an SVD decomposition as returned by the svd method. The SVD method is only available for cuda v7.0 or greater.

Objects from the Class

Objects should be created by a call to the svd() method on a gmatrix object. The slots of this object are essentually the same as those created by the base svd function. However the VT is the transpose of the v slot in R base. The gmatrix svd function does not allow the user to select the number of singular values.

Slots

U:

Object of class "gmatrix" whose columns contain the left singular vectors.

S:

Object of class "gvector" containing the singular values.

VT:

Object of class "gmatrix" whose columns contain the TRANSPOSE of the left singular vectors.

Author(s)

Nathan Morris

See Also

svd

Examples

1
2
3
M=gmatrix(grnorm(25), 5,5,dup=FALSE)
mysvd=svd(M)
mysvd@U 

njm18/gmatrix documentation built on May 23, 2019, 7:07 p.m.