Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aast12 committed Jul 8, 2024
1 parent e4b6278 commit 2978f8c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ else if (opcode.equals("qr2"))
else if (opcode.equals("lu"))
return computeLU(in);
else if (opcode.equals("eigen"))
return computeEigenDecompositionSymm(in, threads);
// return computeEigen(in);
return computeEigen(in);
else if (opcode.equals("eigen_lanczos"))
return computeEigenLanczos(in, threads, seed);
else if (opcode.equals("eigen_qr"))
Expand Down

0 comments on commit 2978f8c

Please sign in to comment.