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