[Rcpp-commits] r3188 - pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 31 22:44:37 CEST 2011


Author: dmbates
Date: 2011-08-31 22:44:37 +0200 (Wed, 31 Aug 2011)
New Revision: 3188

Modified:
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h
Log:
Delete my addition of a CholmodAutoLLt mode, which is not needed (I misunderstood something previously).


Modified: pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h	2011-08-31 20:42:30 UTC (rev 3187)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/CholmodSupport.h	2011-08-31 20:44:37 UTC (rev 3188)
@@ -212,11 +212,6 @@
 		m_cholmod.final_asis = 1;
 		m_cholmod.supernodal = CHOLMOD_AUTO;
 		break;
-	    case CholmodAutoLLt:
-		m_cholmod.final_asis = 0;
-		m_cholmod.supernodal = CHOLMOD_AUTO;
-	        m_cholmod.final_ll = 1;
-		break;
 	    case CholmodSimplicialLLt:
 		m_cholmod.final_asis = 0;
 		m_cholmod.supernodal = CHOLMOD_SIMPLICIAL;



More information about the Rcpp-commits mailing list