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/UmfPackSupport/UmfPackSupport.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Eigen/src/UmfPackSupport') diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h index 3d30403c7..f3a6e7c0e 100644 --- a/Eigen/src/UmfPackSupport/UmfPackSupport.h +++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h @@ -251,11 +251,9 @@ class UmfPackLU : public SparseSolverBase > factorize_impl(); } - #ifndef EIGEN_PARSED_BY_DOXYGEN /** \internal */ template bool _solve_impl(const MatrixBase &b, MatrixBase &x) const; - #endif Scalar determinant() const; -- cgit v1.2.3