Abstract
This paper proposes a time-efficient parallel architecture for computing eigenvalues of asymmetric matrix with real values. The QR algorithm is used to compute the eigenvalues of asymmetric matrices. The QR decomposition process is required for the QR algorithm. The Modified Gram Schmidt (MGS) Orthogonalization is structurally suitable for parallel implementation by creating a triangular systolic array architecture. This architecture is created by placing boundary cell (BC) and internal cell (IC) modules in a triangle. In each iteration, Q column vector and R diagonal element are produced within the BC module, R upper diagonal elements are produced in IC modules. In the TSA model created for the next matrix, n diagonal (BC) modules, (n (n-l))/2 off-diagonal (IC) modules were used. Diagonal elements are produced, 4 BC, 6 ICs are used for the 4×4 matrix input in the implemented structure. The intended time efficiency is achieved thanks to the parallel IC modules.
Original language | English |
---|---|
Title of host publication | 2021 17th International Workshop on Cellular Nanoscale Networks and their Applications, CNNA 2021 |
Publisher | IEEE Computer Society |
ISBN (Electronic) | 9781665439480 |
DOIs | |
Publication status | Published - 2021 |
Event | 17th International Workshop on Cellular Nanoscale Networks and their Applications, CNNA 2021 - Catania, Italy Duration: 29 Sept 2021 → 1 Oct 2021 |
Publication series
Name | International Workshop on Cellular Nanoscale Networks and their Applications |
---|---|
Volume | 2021-September |
ISSN (Print) | 2165-0160 |
ISSN (Electronic) | 2165-0179 |
Conference
Conference | 17th International Workshop on Cellular Nanoscale Networks and their Applications, CNNA 2021 |
---|---|
Country/Territory | Italy |
City | Catania |
Period | 29/09/21 → 1/10/21 |
Bibliographical note
Publisher Copyright:© 2021 IEEE.
Keywords
- asymmetric matrix
- eigenvalue
- Modified Gram Schmidt (MGS)
- QR algorithm
- QR decomposition (QRD)
- systolic array