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