Click or drag to resize

DoubleSVDecompServerGetDecomp Method

Constructs a singular value decomposition for a matrix.

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

Parameters

A  DoubleMatrix
A matrix

Return Value

DoubleSVDecomp
A singular value decomposition for A.
See Also