Returns the generalized singular value decomposition of the matrix
and another matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public GeneralizedSingularValueDecomposition<T> GetSingularValueDecomposition(
Matrix<T> matrix2
)
Public Function GetSingularValueDecomposition (
matrix2 As Matrix(Of T)
) As GeneralizedSingularValueDecomposition(Of T)
public:
GeneralizedSingularValueDecomposition<T>^ GetSingularValueDecomposition(
Matrix<T>^ matrix2
)
member GetSingularValueDecomposition :
matrix2 : Matrix<'T> -> GeneralizedSingularValueDecomposition<'T>
Parameters
- matrix2
- Type: Extreme.MathematicsMatrixT
The secondary matrix in the decomposition.
Return Value
Type:
GeneralizedSingularValueDecompositionTAn
GeneralizedSingularValueDecompositionT object that represents
the singular value decomposition of the matrix.
Reference