Sparse |
Name | Description | |
---|---|---|
![]() ![]() | Multiply(Double, 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, Double) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(SparseVector, SparseMatrix) | Multiplies a Vector and a Matrix. |