Class DoubleHermCsrSparseMatrix stores a general sparse Hermitian matrix using the Compressed Row (CSR) storage format.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  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

See Also