Click or drag to resize

FloatComplexSVDecompServerGetDecomp Method

Constructs a singular value decomposition for a matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexSVDecomp GetDecomp(
	FloatComplexMatrix A
)

Parameters

A  FloatComplexMatrix
A matrix

Return Value

FloatComplexSVDecomp
A singular value decomposition for A.
See Also