Returns the QR decomposition of the matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public virtual QRDecomposition<T> GetQRDecomposition(
bool overwriteMatrix
)
Public Overridable Function GetQRDecomposition (
overwriteMatrix As Boolean
) As QRDecomposition(Of T)
public:
virtual QRDecomposition<T>^ GetQRDecomposition(
bool overwriteMatrix
)
abstract GetQRDecomposition :
overwriteMatrix : bool -> QRDecomposition<'T>
override GetQRDecomposition :
overwriteMatrix : bool -> QRDecomposition<'T>
Parameters
- overwriteMatrix
- Type: SystemBoolean
A boolean value that indicates
whether the contents of the matrix may be overwritten by
the decomposition.
Return Value
Type:
QRDecompositionTAn
QRDecompositionT object that represents
the QR decomposition of the matrix.
Numerical Libraries
Supported in: 5.x
Reference