Overload List

  NameDescription
FloatGSVDecomp(FloatMatrix, FloatMatrix)
Computes the general singular value decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) for two matrices A and B. U, V, and Q are computed. A and B must have the same number of columns.
FloatGSVDecomp(FloatMatrix, FloatMatrix, Boolean, Boolean, Boolean)
Computes the general singular value decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) for two matrices A and B, optionally computing U, V, and Q. A and B must have the same number of columns.

See Also