From a2ae0634917aaa653d0c22f16ac902f8df9964ce Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 4 Jun 2012 13:21:15 +0200 Subject: add a noncopyable base class for decompositions --- Eigen/src/SuperLUSupport/SuperLUSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/SuperLUSupport') diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h index 60a3eb09a..a3ffa4ef2 100644 --- a/Eigen/src/SuperLUSupport/SuperLUSupport.h +++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h @@ -303,7 +303,7 @@ MappedSparseMatrix map_superlu(SluMatrix& sluMat) * \brief The base class for the direct and incomplete LU factorization of SuperLU */ template -class SuperLUBase +class SuperLUBase : internal::noncopyable { public: typedef _MatrixType MatrixType; -- cgit v1.2.3