Click or drag to resize

FloatSVDecompServerGetDecomp Method

Constructs a singular value decomposition for a matrix.

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

Parameters

A  FloatMatrix
A matrix

Return Value

FloatSVDecomp
A singular value decomposition for A.
See Also