Skip to content

Commit

Permalink
Update include/dlaf/eigensolver/tridiag_solver/merge.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
  • Loading branch information
albestro and msimberg committed Nov 30, 2023
1 parent 48f37a5 commit d26d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dlaf/eigensolver/tridiag_solver/merge.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ auto calcTolerance(const SizeType i_begin, const SizeType i_end, Matrix<const T,
}

// Note:
// This is the order how we want the eigenvectors to be sorted, since it leads to a nicer matrx
// This is the order how we want the eigenvectors to be sorted, since it leads to a nicer matrix
// shape that allows to reduce the number of following operations (i.e. gemm)
inline std::size_t ev_sort_order(const ColType coltype) {
switch (coltype) {
Expand Down

0 comments on commit d26d9f4

Please sign in to comment.