Click or drag to resize

FloatComplexGSVDecompZero_R Property

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexMatrix Zero_R { get; }

Property Value

FloatComplexMatrix
See Also