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/UmfPackSupport/UmfPackSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/UmfPackSupport') diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h index 9b09241b9..84f98ffd3 100644 --- a/Eigen/src/UmfPackSupport/UmfPackSupport.h +++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h @@ -136,7 +136,7 @@ inline int umfpack_get_determinant(std::complex *Mx, double *Ex, void *N * \sa \ref TutorialSparseDirectSolvers */ template -class UmfPackLU +class UmfPackLU : internal::noncopyable { public: typedef _MatrixType MatrixType; -- cgit v1.2.3