Represents the QR decomposition of a
Matrix.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| Visual Basic (Declaration) |
Public NotInheritable Class QRDecomposition(Of T) _
Inherits Decomposition(Of T)
|
| Visual C++ |
generic<typename T>
public ref class QRDecomposition sealed : public Decomposition<T>
|
| F# |
[<SealedAttribute>]
type QRDecomposition<'T> =
class
inherit Decomposition<'T>
end
|
Type Parameters
Remarks
Inheritance Hierarchy
See Also