Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected ComplexDecomposition(
ComplexMatrix matrix,
bool overwrite
)
Protected Sub New (
matrix As ComplexMatrix,
overwrite As Boolean
)
protected:
ComplexDecomposition(
ComplexMatrix^ matrix,
bool overwrite
)
new :
matrix : ComplexMatrix *
overwrite : bool -> ComplexDecomposition
Parameters
- matrix
- Type: Extreme.MathematicsComplexMatrix
The ComplexMatrix that is to be
factorized. - overwrite
- Type: SystemBoolean
If , the matrix
is preserved. (This is the default.) If ,
matrix is destroyed by the decomposition.
The decomposition isn't performed until it
is needed. You can force the calculation to take
place by calling the Decompose
method.
Inheritors may put restrictions on the type of matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference