.NET Matrix Library
Multiplication Operator
See Also  Send comments on this topic


Multiplies two sparse matrices and result the result into another sparse matrix. Multiplies a sparse matrix.

Overload List

OverloadDescription
Multiplication(CSparseMatrix,CSparseMatrix)Multiplies two sparse matrices and result the result into another sparse matrix.  
Multiplication(CSparseMatrix,CMatrix)Multiplies a sparse matrix by a dense matrix and returns the result into a dense matrix.  
Multiplication(CVector,CSparseMatrix)Left multiplies a sparse matrix by a vector.  
Multiplication(CSparseMatrix,CVector)Multiplies a sparse matrix by a vector.  
Multiplication(Complex,CSparseMatrix)Multiplies a scalar by a sparse matrix.  
Multiplication(CSparseMatrix,Complex)Multiplies a sparse matrix by a scalar.  

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation