From 28a4c92cbff88c75b932ce0d091ccaa2b6010724 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 1 May 2015 22:10:41 +0200 Subject: bug #998: Started fixing doxygen warnings --- Eigen/src/SuperLUSupport/SuperLUSupport.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Eigen/src/SuperLUSupport') diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h index 1bbd2758e..d067d8fdf 100644 --- a/Eigen/src/SuperLUSupport/SuperLUSupport.h +++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h @@ -503,11 +503,9 @@ class SuperLU : public SuperLUBase<_MatrixType,SuperLU<_MatrixType> > */ void factorize(const MatrixType& matrix); - #ifndef EIGEN_PARSED_BY_DOXYGEN /** \internal */ template void _solve_impl(const MatrixBase &b, MatrixBase &dest) const; - #endif // EIGEN_PARSED_BY_DOXYGEN inline const LMatrixType& matrixL() const { -- cgit v1.2.3