Class DoubleSparseVector encapsulates a general sparse vector.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class DoubleSparseVector : SparseVectorData<double> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class DoubleSparseVector _ Inherits SparseVectorData(Of Double) |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DoubleSparseVector : public SparseVectorData<double> |
Remarks
Only nonzero values are stored.
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Matrix..::.SparseVectorData<(Of <(Double>)>)
CenterSpace.NMath.Matrix..::.DoubleSparseVector
CenterSpace.NMath.Matrix..::.SparseVectorData<(Of <(Double>)>)
CenterSpace.NMath.Matrix..::.DoubleSparseVector