Skip to content
Snippets Groups Projects
Commit cee9636b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix compilation

parent d8e3985d
Branches
No related tags found
No related merge requests found
Pipeline #1970 passed
......@@ -128,17 +128,6 @@ class EigenvalueSolver
}
}
template <typename MatrixType>
void
computeExpForSymmetricMatrix([[maybe_unused]] const MatrixType& A, [[maybe_unused]] SmallMatrix<double>& expA)
{
#ifdef PUGS_HAS_SLEPC
this->computeExpForSymmetricMatrix(PETScAijMatrixEmbedder{A}, expA);
#else // PUGS_HAS_SLEPC
throw NotImplementedError("SLEPc is required to solve eigenvalue problems");
#endif // PUGS_HAS_SLEPC
}
template <typename T>
PUGS_INLINE TinyMatrix<3, 3, T> swap(TinyMatrix<3, 3, T>& matrix, size_t i, size_t j) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment