Click or drag to resize

DoubleComplexGSVDecomp Properties

The DoubleComplexGSVDecomp type exposes the following members.

Properties
 NameDescription
Public propertyComputeQ Returns true if the matrix Q in the decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) was computed.
Public propertyComputeU Returns true if the matrix U in the decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) was computed.
Public propertyComputeV Returns true if the matrix V in the decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) was computed.
Public propertyD1 Gets the matrix D1 in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyD2 Gets the matrix D2 in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyIsGood Returns true if the decomposition was successfully computed. Returns false if the procedure failed to converge.
Public propertyQ Gets the matrix Q in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyR Gets the matrix R in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyRankOfATranspose_BTranspose Gets the effective numerical rank of (A' B'), where Z' denotes the conjugate transpose of the matrix Z and A and B are the decomposed matrices.
Public propertyU Gets the matrix U in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyV Gets the matrix V in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R)
Public propertyZero_R Gets the matrix (0 R) in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R) (0 R) is the matrix obtained by prepending columns of all zeros to the upper triangular matrix R.
Top
See Also