Matrix<T>.GetSingularValueDecomposition Method

Returns the singular value decomposition of the matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public SingularValueDecomposition<T> GetSingularValueDecomposition()

Return Value

SingularValueDecomposition<T>
An SingularValueDecomposition<T> object that represents the singular value decomposition of the matrix.

See Also