Represents a matrix decomposition.
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 MustInherit Class Decomposition(Of T) _
Inherits LinearOperator(Of T)
|
| Visual C++ |
generic<typename T>
public ref class Decomposition abstract : public LinearOperator<T>
|
| F# |
[<AbstractClassAttribute>]
type Decomposition<'T> =
class
inherit LinearOperator<'T>
end
|
Type Parameters
Remarks
Inheritance Hierarchy
See Also