Click or drag to resize

SingularValueDecompositionGetSingularValues Method (DoubleMatrix)

Computes the singular values of the specified matrix.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static DoubleMatrix GetSingularValues(
	DoubleMatrix matrix
)

Parameters

matrix
Type: Novacta.AnalyticsDoubleMatrix
The matrix whose singular values must be computed.

Return Value

Type: DoubleMatrix
A column vector containing the singular values of the specified matrix, in descending order.
Exceptions
ExceptionCondition
ArgumentNullExceptionmatrix is null.
See Also