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