Click or drag to resize

FloatComplexGSVDecomp Constructor

Overload List
 NameDescription
Public methodFloatComplexGSVDecomp(FloatComplexMatrix, FloatComplexMatrix) 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.
Public methodFloatComplexGSVDecomp(FloatComplexMatrix, FloatComplexMatrix, 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.
Top
See Also