Returns the singular value decomposition of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public SingularValueDecomposition<T> GetSingularValueDecomposition()
Public Function GetSingularValueDecomposition As SingularValueDecomposition(Of T)
public:
SingularValueDecomposition<T>^ GetSingularValueDecomposition()
member GetSingularValueDecomposition : unit -> SingularValueDecomposition<'T>
Return Value
Type:
SingularValueDecompositionTAn
SingularValueDecompositionT object that represents
the singular value decomposition of the matrix.
Reference