MatrixTMultiply Operator |
Name | Description | |
---|---|---|
![]() ![]() | Multiply(T, MatrixT) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(MatrixT, T) | Multiplies a Matrix by a constant and returns the result. |
![]() ![]() | Multiply(MatrixT, MatrixT) | Multiplies two matrices. |
![]() ![]() | Multiply(MatrixT, VectorT) | Multiplies a Matrix and a Vector. |
![]() ![]() | Multiply(VectorT, MatrixT) | Multiplies a Vector and a Matrix. |