  | DoubleGSVDecompU Property | 
            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)
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix U { get; }Public ReadOnly Property U As DoubleMatrix
	Get
public:
property DoubleMatrix^ U {
	DoubleMatrix^ get ();
}member U : DoubleMatrix with get
Property Value
DoubleMatrix
See Also