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)
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleMatrix R { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property R As DoubleMatrix |
| Visual C++ |
|---|
public: property DoubleMatrix^ R { DoubleMatrix^ get (); } |