Click or drag to resize

SingularValueDecompositionGetSingularValues Method (ReadOnlyComplexMatrix)

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

Parameters

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