Skip to content

Optimize Matrix Multiplication in DPGL(n, p) Using Permutation Composition and Diagonal Element-wise Multiplication #69

@aidevnn

Description

@aidevnn

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions