Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexSingularValueDecomposition(
SingleComplexDenseMatrix matrix,
SingularValueDecompositionFactors requestedFactors,
bool overwrite
)
Public Sub New (
matrix As SingleComplexDenseMatrix,
requestedFactors As SingularValueDecompositionFactors,
overwrite As Boolean
)
public:
SingleComplexSingularValueDecomposition(
SingleComplexDenseMatrix^ matrix,
SingularValueDecompositionFactors requestedFactors,
bool overwrite
)
new :
matrix : SingleComplexDenseMatrix *
requestedFactors : SingularValueDecompositionFactors *
overwrite : bool -> SingleComplexSingularValueDecomposition
Parameters
- matrix
- Type: Extreme.Mathematics.LinearAlgebra.ComplexSingleComplexDenseMatrix
A SingleComplexDenseMatrix. - requestedFactors
- Type: Extreme.Mathematics.LinearAlgebraSingularValueDecompositionFactors
A SingularValueDecompositionFactors
value that specifies which factors of the decomposition should be computed. - overwrite
- Type: SystemBoolean
If false, the matrix
is preserved. (This is the default.) If true,
the matrix matrix is destroyed by the decomposition.
Numerical Libraries
Supported in: 5.x, 4.x
Reference