Class DoubleHermCsrSparseMatrix stores a general sparse Hermitian 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 DoubleHermCsrSparseMatrix : DoubleComplexCsrSparseMatrix |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class DoubleHermCsrSparseMatrix _ Inherits DoubleComplexCsrSparseMatrix |
| Visual C++ |
|---|
[SerializableAttribute] public ref class DoubleHermCsrSparseMatrix : public DoubleComplexCsrSparseMatrix |
Inheritance Hierarchy
System..::.Object
CenterSpace.NMath.Matrix..::.SparseMatrixData<(Of <(CompressedSparseRow<(Of <(DoubleComplex>)>), DoubleComplex>)>)
CenterSpace.NMath.Matrix..::.DoubleComplexCsrSparseMatrix
CenterSpace.NMath.Matrix..::.DoubleHermCsrSparseMatrix
CenterSpace.NMath.Matrix..::.SparseMatrixData<(Of <(CompressedSparseRow<(Of <(DoubleComplex>)>), DoubleComplex>)>)
CenterSpace.NMath.Matrix..::.DoubleComplexCsrSparseMatrix
CenterSpace.NMath.Matrix..::.DoubleHermCsrSparseMatrix