Computes the generalized singular value decomposition (GSVD) of a matrix pair (A,B). The data types you wire to the A and B inputs determine the polymorphic instance to use.


icon

The following expressions define the generalized singular value decomposition of a matrix pair (A,B).

A = UCR B = VSR

where U and V are orthogonal matrices, and R is a square matrix.

When you let k be the rank of matrix , then the first k diagonal elements of matrix CC + SS are ones and all of the other elements are zeros. The square roots of the first k diagonal elements of CC and SS determine the numerators and denominators of the generalized singular values, respectively.