Singular Value Decomposition<T> Constructor
Constructs a new SingularValueDecomposition<T> object.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected SingularValueDecomposition(
Matrix<T> matrix,
SingularValueDecompositionFactors requestedFactors,
bool overwrite
)
Parameters
- matrix Matrix<T>
- A Matrix<T>.
- requestedFactors SingularValueDecompositionFactors
- A SingularValueDecompositionFactors value that specifies which factors of the decomposition should be computed.
- overwrite Boolean
- If false, the matrix is preserved. (This is the default.) If true, matrix is destroyed by the decomposition.