SingularValueDecompositionGetSingularValues(ComplexMatrix) Method

Computes the singular values of the specified matrix.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public static DoubleMatrix GetSingularValues(
	ComplexMatrix matrix
)

Parameters

matrix  ComplexMatrix
The matrix whose singular values must be computed.

Return Value

DoubleMatrix
A column vector containing the singular values of the specified matrix, in descending order.

Exceptions

ArgumentNullExceptionmatrix is null.

See Also