Class DoubleSymCsrSparseMatrix stores a sparse symmetric matrix using the
CompreSsed Row (CSR) storage format.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class DoubleSymCsrSparseMatrix : DoubleCsrSparseMatrix |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class DoubleSymCsrSparseMatrix _ Inherits DoubleCsrSparseMatrix |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DoubleSymCsrSparseMatrix : public DoubleCsrSparseMatrix |
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Matrix..::.SparseMatrixData<(Of <(CompressedSparseRow<(Of <(Double>)>), Double>)>)
CenterSpace.NMath.Matrix..::.DoubleCsrSparseMatrix
CenterSpace.NMath.Matrix..::.DoubleSymCsrSparseMatrix
CenterSpace.NMath.Matrix..::.SparseMatrixData<(Of <(CompressedSparseRow<(Of <(Double>)>), Double>)>)
CenterSpace.NMath.Matrix..::.DoubleCsrSparseMatrix
CenterSpace.NMath.Matrix..::.DoubleSymCsrSparseMatrix