Represents the Cholesky decomposition of a
positive-definite symmetric
SingleBandMatrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 4.0.10170.0 (4.0.11003.0)
Syntax
| Visual Basic (Declaration) |
Public NotInheritable Class SingleBandCholeskyDecomposition _
Inherits SingleDecomposition
|
| Visual C++ |
public ref class SingleBandCholeskyDecomposition sealed : public SingleDecomposition
|
| F# |
[<SealedAttribute>]
type SingleBandCholeskyDecomposition =
class
inherit SingleDecomposition
end
|
Remarks
Inheritance Hierarchy
See Also