| Parameter | Description |
|---|---|
| a | The vector to multiply by b. |
| b | The vector to multiply a by. |
Multiplies a vector by another vector.
| Parameter | Description |
|---|---|
| a | The vector to multiply by b. |
| b | The number to multiply a by. |
Multiplies a vector by a number.
| Parameter | Description |
|---|---|
| a | The number to multiply b by. |
| b | The vector to multiply by a. |
Multiplies a vector by a number.