Function operator* from ginac
Brief description
operator*(left:ex,right:matrix):matrix
Multiplies a matrix with a scalar More ...
Function information
| Name: | operator* |
| Base: | matrix |
| Group: | GiNaC plugins:Matrix algebra |
| Icon: | ginac.png |
| Color: | cyan |
| Authors: | |
| Copyright: |
Detailed description
Multiplies a matrix with a scalar
Input parameters
-
left:
ex
- Left scalar
-
right:
matrix
- Right matrix
Return values
-
Default return value:
matrix
- Resulting matrix
