| Overload | Description |
|---|---|
| Multiply(SparseMatrix,Double) | Returns a scalar-matrix product. |
| Multiply(SparseMatrix,Vector) | Multiplies a sparse matrix by a vector. |
| Multiply(Vector,SparseMatrix) | Left multiplies a sparse matrix by a vector. |
| Multiply(SparseMatrix,Matrix) | Multiplies a sparse matrix by a dense matrix. |
| Multiply(SparseMatrix,SparseMatrix) | Multiplies two sparse matrices and return the result into another sparse matrix. |
| Multiply(TransposeMode,SparseMatrix,SparseMatrix) | Multiplies two sparse matrices and return the result into another sparse matrix. |
| Multiply(Double,TransposeMode,SparseMatrix,Vector,Double,Vector) | Computes a sparse matrix by a vector product and stores the result to another vector. The operation is defined as: y=alpha*op(A)*B+beta*y |
| Multiply(Double,TransposeMode,SparseMatrix,Matrix,Double,Matrix) | Computes a sparse matrix by a dense matrix product and stores the result to another dense matrix. The operation is defined as: C=alpha*op(A)*B+beta*C |
Requirements
Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000