Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Jun 17, 2024
1 parent 3141ef3 commit 838c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dlaf/eigensolver/gen_eigensolver/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct GenEigensolver {
const Factorization factorization);
static void call(comm::CommunicatorGrid& grid, blas::Uplo uplo, Matrix<T, device>& mat_a,
Matrix<T, device>& mat_b, Matrix<BaseType<T>, device>& eigenvalues,
Matrix<T, device>& eigenvectors, const Factorization factorizatio);
Matrix<T, device>& eigenvectors, const Factorization factorization);
};

// ETI
Expand Down

0 comments on commit 838c503

Please sign in to comment.