diff --git a/internal/ceres/subset_preconditioner_test.cc b/internal/ceres/subset_preconditioner_test.cc index 0f4cc6ce5..147ecf8be 100644 --- a/internal/ceres/subset_preconditioner_test.cc +++ b/internal/ceres/subset_preconditioner_test.cc @@ -44,7 +44,7 @@ namespace internal { // TODO(sameeragarwal): Refactor the following two functions out of // here and sparse_cholesky_test.cc into a more suitable place. -template +template bool SolveLinearSystemUsingEigen(const Matrix& lhs, const Vector rhs, Vector* solution) {