aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/CholmodSupport/CholmodSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/CholmodSupport/CholmodSupport.h')
-rw-r--r--Eigen/src/CholmodSupport/CholmodSupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/CholmodSupport/CholmodSupport.h b/Eigen/src/CholmodSupport/CholmodSupport.h
index c3c500faa..9cff0efec 100644
--- a/Eigen/src/CholmodSupport/CholmodSupport.h
+++ b/Eigen/src/CholmodSupport/CholmodSupport.h
@@ -378,6 +378,9 @@ class CholmodDecomposition
bool m_isInitialized;
int m_factorizationIsOk;
int m_analysisIsOk;
+
+ private:
+ CholmodDecomposition(CholmodDecomposition& ) {}
};
namespace internal {