Overload List
| Name | Description | |
|---|---|---|
| DoubleComplexGSVDecomp(DoubleComplexMatrix, DoubleComplexMatrix) |
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.
| |
| DoubleComplexGSVDecomp(DoubleComplexMatrix, DoubleComplexMatrix, 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.
|