Represents a sparse matrix.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public abstract class SparseMatrix : Matrix
|
| Visual Basic (Declaration) |
Public MustInherit Class SparseMatrix _
Inherits Matrix
|
| Visual C++ |
public ref class SparseMatrix abstract : public Matrix
|
| F# |
[<AbstractClassAttribute>]
type SparseMatrix =
class
inherit Matrix
end
|
Remarks
Inheritance Hierarchy
See Also