mult#
- MatrixRepGroup.mult(
- self: MatrixRepGroup,
- i: SupportsInt,
- j: SupportsInt,
Returns the index of the element product.
- Parameters:
i (int) – lhs element index.
j (int) – rhs element index.
- Returns:
k – The index
k == multiplication_table[i][j].- Return type:
int