operator * ( matrix )
instance function
Multiply this Matrix with another.
Arguments
Name | Type | Description |
---|---|---|
matrix | Matrix | Matrix to multiply |
Returns
Type | Description |
---|---|
Matrix | The new Matrix |
instance function
Multiply this Matrix with another.
Name | Type | Description |
---|---|---|
matrix | Matrix | Matrix to multiply |
Type | Description |
---|---|
Matrix | The new Matrix |