MatrixMultiply Operator |
| Name | Description | |
|---|---|---|
| Multiply(Double, Matrix) |
Multiplies the matrix by given scalar and returns the result.
| |
| Multiply(Matrix, Matrix) |
Multiplies two matrices and returns the result.
| |
| Multiply(Matrix, Vector) |
Multiplies the matrix by the column vector.
| |
| Multiply(Matrix, Double) |
Multiplies the matrix by given scalar and returns the result.
| |
| Multiply(Vector, Matrix) |
Multiplies the row vector by the matrix.
|