Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
WreathProductElementList
for Matrix Wreath Product faster.
Use `BlockMatrix` instead of computing a product and embeddings. At the moment we use `MatrixByBlockMatrix` to convert `BlockMatrix` to `IsOrdinaryMatrix`. Without conversion we get errors.
- Loading branch information