[Rcpp-commits] r3084 - pkg/RcppEigen/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 15 21:06:59 CEST 2011


Author: dmbates
Date: 2011-06-15 21:06:59 +0200 (Wed, 15 Jun 2011)
New Revision: 3084

Modified:
   pkg/RcppEigen/inst/include/RcppEigen.h
Log:
Add support for sparse Cholesky and LU


Modified: pkg/RcppEigen/inst/include/RcppEigen.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigen.h	2011-06-15 19:06:44 UTC (rev 3083)
+++ pkg/RcppEigen/inst/include/RcppEigen.h	2011-06-15 19:06:59 UTC (rev 3084)
@@ -22,10 +22,12 @@
 #ifndef RcppEigen__RcppEigen__h
 #define RcppEigen__RcppEigen__h
 
+#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 #include <RcppEigenForward.h>
 #include <Rcpp.h>
 #include <RcppEigenWrap.h>
 
 #include <Eigen/Dense>
+#include <unsupported/Eigen/SparseExtra> // also includes Eigen/Sparse
 
 #endif



More information about the Rcpp-commits mailing list