Matrix<T>.GetSingularValueDecomposition(Matrix<T>) Method

Returns the generalized singular value decomposition of the matrix and another matrix.

Definition

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

Parameters

matrix2  Matrix<T>
The secondary matrix in the decomposition.

Return Value

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

See Also