Click or drag to resize

SingularValueDecompositionGetSingularValues Method (ReadOnlyDoubleMatrix)

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(
	ReadOnlyDoubleMatrix matrix
)

Parameters

matrix
Type: Novacta.AnalyticsReadOnlyDoubleMatrix
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