Parameter | Type | Description |
---|---|---|
trans1 | LeadMatrix | The first LeadMatrix to multiply. |
trans2 | LeadMatrix | The secondLeadMatrix to multiply. |
Type | Description |
---|---|
LeadMatrix | The result of multiplying trans1 by trans2. |
Matrix multiplication is not commutative. Multiplying trans1 by trans2 is not the same as multiplying trans2 by trans1.