Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
protected SingleDecomposition(
SingleMatrix matrix
)
Protected Sub New (
matrix As SingleMatrix
)
protected:
SingleDecomposition(
SingleMatrix^ matrix
)
new :
matrix : SingleMatrix -> SingleDecomposition
Parameters
- matrix
- Type: Extreme.MathematicsSingleMatrix
The SingleMatrix that is to be
factorized.
By default, the matrix
matrix
will be overwritten by its decomposition. You can
preserve the original matrix by setting the
Overwrite property to
true
immediately after creating the
LUDecomposition.
The decomposition isn't performed until it
is needed. You can force the calculation to take
place by calling the Decompose
method.
Numerical Libraries
Supported in: 5.x, 4.x
Reference