Generalized Singular Value Decomposition<T> Properties
Properties
Base |
Gets the primary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>) |
Done |
Gets or sets a value that indicates whether the decomposition
has been performed.
(Inherited from GeneralizedDecomposition<T>) |
Generalized | Gets a vector containing the generalized singular values. |
Overwrite |
Gets or sets a value indicating whether the
BaseMatrix should be overwritten by
its decomposition.
(Inherited from GeneralizedDecomposition<T>) |
Primary | Gets a collection of the matrix factors that make up the decomposition of the first (primary) base matrix. |
Primary | Gets a matrix with the singular values on the diagonal. |
Primary | Gets a vector containing the singular values. |
Primary | Gets the left singular vectors of the matrix A in the decomposition. |
Rank | Returns the numerical rank of a matrix using the specified tolerance. |
Requested | Gets or sets which factors of the singular value decomposition should be calculated. |
Secondary |
Gets the secondary underlying matrix of the decomposition.
(Inherited from GeneralizedDecomposition<T>) |
Secondary | Gets a collection of the matrix factors that make up the decomposition of the secondary base matrix. |
Secondary | Gets a matrix with the singular values on the diagonal. |
Secondary | Gets a vector containing the secondary singular values. |
Secondary | Gets the left singular vectors of the matrix B in the decomposition. |
Shared | Gets the shared factor in the decomposition. |
Shared | Gets the shared orthogonal matrix of the decomposition. |
Shared | Gets the full shared triangular factor of the decomposition. |
Trimmed | Gets the non-zero portion of the shared triangular matrix of the decomposition. |