Generalized Singular Value Decomposition Factors Enumeration
Enumerates the factors of a GeneralizedSingularValueDecomposition<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum GeneralizedSingularValueDecompositionFactorsMembers
| SingularValues | 0 | The singular values are requested. This is always included. |
| PrimarySingularVectors | 1 | The left singular vectors are requested. |
| SecondarySingularVectors | 2 | The right singular vectors are requested. |
| SharedFactors | 4 | The right singular vectors are requested. |
| All | 7 | The singular values as well as the singular vectors and shared factors are requested. |
| Thin | 15 | The singular values as well as only the corresponding singular vectors are requested. |