Sparse |
The SparseMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(SparseMatrix, SparseMatrix) | Adds two matrices together and returns the results. |
![]() ![]() | Modulus(SparseMatrix, Single) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(Single, SparseMatrix) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(SparseMatrix, SparseMatrix) | Multiplies two matrices. |
![]() ![]() | Multiply(SparseMatrix, SparseVector) | Multiplies a Matrix and a Vector. |
![]() ![]() | Multiply(SparseMatrix, Single) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(SparseVector, SparseMatrix) | Multiplies a Vector and a Matrix. |
![]() ![]() | Subtraction(SparseMatrix, SparseMatrix) | Subtracts two matrices together and returns the results. |
![]() ![]() | UnaryNegation(SparseMatrix) | Negates each element of the matrix. |
![]() ![]() | UnaryPlus(SparseMatrix) | Returns a Matrix containing the same values of rightSide. |