Click or drag to resize

DoubleGSVDecompR Property

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

Property Value

DoubleMatrix
See Also