Click or drag to resize

FloatComplexGSVDecompServer(Boolean, Boolean, Boolean) Constructor

Creates a FloatComplexGSVDecompServer for computing general singular value decomposition for matrices A and B, where U, V, Q in the decomposition U'AQ = D1(0 R), V'BQ = D2(0 R) are optionally computed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexGSVDecompServer(
	bool computeU,
	bool computeV,
	bool computeQ
)

Parameters

computeU  Boolean
If true U will be computed.
computeV  Boolean
If true V will be computed.
computeQ  Boolean
If true Q will be computed.
See Also