Sparse |
The SparseMatrix type exposes the following members.
Name | Description | |
---|---|---|
Addition(SparseMatrix, SparseMatrix) | Adds two matrices together and returns the results. | |
Modulus(SparseMatrix, Complex) | Multiplies a Matrix by a constant and returns the result. | |
Multiply(Complex, 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, Complex) | 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. |