Float | 
The FloatSymCsrSparseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(FloatSymCsrSparseMatrix, FloatSymCsrSparseMatrix) | Compute the sum of two symmetric sparse matrices. Performs the operation C = A + B, where C[i,j] = A[i,j] + B[i,j]. | |
| Add(FloatSymCsrSparseMatrix, FloatSymCsrSparseMatrix, Single) | Computes the some of a symmetric sparse matrix with the scalar multiple of another. Performs the operation C = A + beta*B where C[i,j] = A[i,j] + beta*B[i,j]. | |
| Clone | 
            Returns a deep copy of self.
             (Overrides FloatCsrSparseMatrixClone)  | |
| Equals(FloatCsrSparseMatrix) | 
            Equals function for Compressed Row (CSR) formatted sparse matrices.
             (Inherited from FloatCsrSparseMatrix)  | |
| Equals(FloatSymCsrSparseMatrix) | Equals function for FloatSymCsrSparseMatrix matrices. | |
| Equals(Object) | 
            Equals function for FloatSymCsrSparseMatrix matrices.
             (Overrides FloatCsrSparseMatrixEquals(Object))  | |
| GetHashCode | 
            Gets the hash code for this FloatSymCsrSparseMatrix instance.
             (Overrides FloatCsrSparseMatrixGetHashCode)  | |
| Scale | Scales each element in the matrix by the specified value. | |
| ToCommaSeparated | 
            Returns a formatted string representation of this matrix using commas
            and newlines.
             (Inherited from SparseMatrixDataStorage, Type)  | |
| ToCommaSeparated(String) | 
            Returns a formatted string representation of this matrix using commas
            and newlines. Numbers are formatted using the specified format string.
             (Inherited from SparseMatrixDataStorage, Type)  | |
| ToDenseMatrix | 
            Converts this sparse matrix to a dense matrix.
             (Inherited from FloatCsrSparseMatrix)  | |
| ToGeneralMatrix | Converts this sparse matrix to a general sparse matrix. | |
| ToString | 
            Returns a formatted string representation of this matrix.
             (Inherited from SparseMatrixDataStorage, Type)  | |
| ToString(String) | 
            Returns a formatted string representation of this matrix. Numbers are displayed
            using the specified format.
             (Inherited from FloatCsrSparseMatrix)  | |
| ToTabDelimited | 
            Returns a formatted string representation of this matrix using tabs
            and newlines.
             (Inherited from SparseMatrixDataStorage, Type)  | |
| ToTabDelimited(String) | 
            Returns a formatted string representation of this matrix using tabs
            and newlines. Numbers are formatted using the specified format string.
             (Inherited from SparseMatrixDataStorage, Type)  |