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
This commit was created on github.com and signed with GitHub’s verified signature.
To find solution of eigenpairs problem(fullset eigenvalues & eigenvectors) using Jacobi iteration.
The equation of this problem is AV = λV,
where A is square matrix, Scalar λ & pair Vector V.
Build in Visual Studio 2017 CE.