Sparse |
Name | Description | |
---|---|---|
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. |