Click or drag to resize

DoubleSVDecomp(DoubleMatrix, Boolean) Constructor

Constructs a singular value decomposition of a given matrix.

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

Parameters

A  DoubleMatrix
A matrix.
useDivideAndConquer  Boolean
If true use the divide and conquer algorithm.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the matrix contains any NaN values.
See Also