Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public SingularValueDecomposition(
DenseMatrix matrix,
SingularValueDecompositionFactors requestedFactors,
bool overwrite
)
Public Sub New (
matrix As DenseMatrix,
requestedFactors As SingularValueDecompositionFactors,
overwrite As Boolean
)
public:
SingularValueDecomposition(
DenseMatrix^ matrix,
SingularValueDecompositionFactors requestedFactors,
bool overwrite
)
new :
matrix : DenseMatrix *
requestedFactors : SingularValueDecompositionFactors *
overwrite : bool -> SingularValueDecomposition
Parameters
- matrix
- Type: Extreme.Mathematics.LinearAlgebraDenseMatrix
A DenseMatrix. - requestedFactors
- Type: Extreme.Mathematics.LinearAlgebraSingularValueDecompositionFactors
A SingularValueDecompositionFactors
value that specifies which factors of the decomposition should be computed. - overwrite
- Type: SystemBoolean
If , the matrix
is preserved. (This is the default.) If ,
matrix is destroyed by the decomposition.
Numerical Libraries
Supported in: 5.x, 4.x
Reference