Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected QRDecomposition(
Matrix matrix,
bool overwrite
)
Protected Sub New (
matrix As Matrix,
overwrite As Boolean
)
protected:
QRDecomposition(
Matrix^ matrix,
bool overwrite
)
new :
matrix : Matrix *
overwrite : bool -> QRDecomposition
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
The Matrix that is to be
decomposed. - 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.
Numerical Libraries
Supported in: 5.x, 4.x
Reference