MatrixMultiply Method |
| Name | Description | |
|---|---|---|
| Multiply(Double) |
Multiplies this matrix by the given scalar and returns the result.
| |
| Multiply(Matrix) |
Multiplies this matrix by the given matrix from the right and
returns the result.
| |
| Multiply(Vector) |
Multiplies this matrix by the column vector from the right and
returns the result.
| |
| Multiply(Double, Matrix) |
Multiplies this matrix by the given scalar and writes the result
in another matrix.
| |
| Multiply(Matrix, Matrix) |
Multiplies this matrix by the given matrix from the right and
writes the result into another matrix.
| |
| Multiply(Vector, Vector) |
Multiplies this matrix by the column vector from the right and
writes the result into another vector.
|