Click or drag to resize

DoubleComplexGSVDecomp(DoubleComplexMatrix, DoubleComplexMatrix) Constructor

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexGSVDecomp(
	DoubleComplexMatrix A,
	DoubleComplexMatrix B
)

Parameters

A  DoubleComplexMatrix
A matrix.
B  DoubleComplexMatrix
A matrix.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if A and B do not have the same number of columns.
See Also