GeneralizedSingularValueDecompositionFactors Enumeration

Enumerates the factors of a GeneralizedSingularValueDecomposition<T>.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum GeneralizedSingularValueDecompositionFactors

Members

SingularValues0 The singular values are requested. This is always included.
PrimarySingularVectors1 The left singular vectors are requested.
SecondarySingularVectors2 The right singular vectors are requested.
SharedFactors4 The right singular vectors are requested.
All7 The singular values as well as the singular vectors and shared factors are requested.
Thin15 The singular values as well as only the corresponding singular vectors are requested.

See Also