Eigenvalue Solver (SYEVJ) - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

Terms and Conditions.

Symmetric Matrix Jacobi based Eigen Value Decomposition (SYEVJ)

\[A U = U \Sigma\]

where \(A\) is a dense symmetric matrix of size \(m \times m\), \(U\) is a \(m \times m\) matrix with orthonormal columns, each column of U is the eigenvector \(v_{i}\), and \(\Sigma\) is diagonal matrix, which contains the eigenvalues \(\lambda_{i}\) of matrix A. The maximum matrix size supported in FPGA is templated by NMAX.