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