Gets or sets which factors of the singular value decomposition should be calculated.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public SingularValueDecompositionFactors RequestedFactors { get; set; }
Public Property RequestedFactors As SingularValueDecompositionFactors
Get
Set
public:
property SingularValueDecompositionFactors RequestedFactors {
SingularValueDecompositionFactors get ();
void set (SingularValueDecompositionFactors value);
}
member RequestedFactors : SingularValueDecompositionFactors with get, set
Property Value
Type:
SingularValueDecompositionFactorsA
SingularValueDecompositionFactors value.
Computing the singular value decomposition of a matrix is a relatively expensive operation.
Not all applications require the full decomposition. By specifying which factors are required,
significant time can be saved during the calculation.
The singular values are always computed. The calculation of the left and right singular
vectors is optional.
Numerical Libraries
Supported in: 6.0
Reference