Learn R Programming

PEIP (version 1.7)

flipGSVD: Flip output of GSVD

Description

Flip (reverse order) output of GSVD

Usage

flipGSVD(vs, d1 = c(50, 50), d2 = c(48, 50))

Arguments

vs
list output of GSVD
d1
dimensionals of A
d2
dimensions of B

Value

  • U
  • V
  • X
  • C
  • S

Details

This Flipping of the matrix is done to agree with the Matlab code.

See Also

GSVD