|  | Double | 
The DoubleSymCsrSparseMatrix type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix) | Adds two symmetric sparse matrices. | 
|   | Equality(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix) | Equality operator for symmetric sparse matrices in compressed row (CSR) format. | 
|   | Inequality(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix) | Not equals operator for symmetric sparse matrices in compressed row (CSR) format. | 
|   | Multiply(Double, DoubleSymCsrSparseMatrix) | Multiply a scalar and a symmetric sparse matrix. | 
|   | Subtraction(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix) | Subtracts two symmetric sparse matrices. | 
 See Also
See Also