Singular Value Decomposition<T> Constructor
Constructs a new SingularValueDecomposition<T> object.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.