Eigenvalue Solver (SYEVJ)

Symmetric Matrix Jacobi based Eigen Value Decomposition (SYEVJ)

AU=UΣ

where A is a dense symmetric matrix of size m×m, U is a m×m matrix with orthonormal columns, each column of U is the eigenvector vi, and Σ is diagonal matrix, which contains the eigenvalues λi of matrix A. The maximum matrix size supported in FPGA is templated by NMAX.