Dense |
| Name | Description | |
|---|---|---|
| Multiply(Complex, DenseMatrix) | Multiplies a Matrix by a constant and returns the result. | |
| Multiply(DenseMatrix, DenseMatrix) | Multiplies two matrices. | |
| Multiply(DenseMatrix, DenseVector) | Multiplies a Matrix and a Vector. | |
| Multiply(DenseMatrix, Complex) | Multiplies a Matrix by a constant and returns the result. | |
| Multiply(DenseVector, DenseMatrix) | Multiplies a Vector and a Matrix. |