You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current matrix multiplication implementation in the DPGL(n, p) class (Diagonal by Permutation matrices) can be made more efficient. Instead of performing standard matrix multiplication, the process can be optimized by composing the permutation components and multiplying the diagonal elements term-by-term. This approach would significantly reduce computational complexity and improve performance for matrices in this class.