SingularValueDecompositionGetSingularValues(ComplexMatrix) Method
Computes the singular values of the specified matrix.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public static DoubleMatrix GetSingularValues(
ComplexMatrix matrix
)
Public Shared Function GetSingularValues (
matrix As ComplexMatrix
) As DoubleMatrix
public:
static DoubleMatrix^ GetSingularValues(
ComplexMatrix^ matrix
)
static member GetSingularValues :
matrix : ComplexMatrix -> DoubleMatrix
- matrix ComplexMatrix
-
The matrix whose singular values
must be computed.
DoubleMatrix
A column vector containing the singular values of the specified
matrix, in descending order.