Gets the matrix (0 R) in the general singular value decomposition for matrices A and B - U'AQ = D1(0 R), V'BQ = D2(0 R) (0 R) is the matrix obtained by prepending columns of all zeros to the upper triangular matrix R.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleComplexMatrix Zero_R { get; }
Visual Basic (Declaration)
Public ReadOnly Property Zero_R As DoubleComplexMatrix
Visual C++
public:
property DoubleComplexMatrix^ Zero_R {
	DoubleComplexMatrix^ get ();
}

See Also