[Rcpp-commits] r3645 - pkg/RcppEigen/inst/include/Eigen/src/SparseCore
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 26 21:16:34 CEST 2012
Author: dmbates
Date: 2012-06-26 21:16:34 +0200 (Tue, 26 Jun 2012)
New Revision: 3645
Modified:
pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h
Log:
Upgrade to 0.3.0 with Eigen-3.1.0
Modified: pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h
===================================================================
--- pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h 2012-06-26 17:06:43 UTC (rev 3644)
+++ pkg/RcppEigen/inst/include/Eigen/src/SparseCore/MappedSparseMatrix.h 2012-06-26 19:16:34 UTC (rev 3645)
@@ -25,6 +25,8 @@
#ifndef EIGEN_MAPPED_SPARSEMATRIX_H
#define EIGEN_MAPPED_SPARSEMATRIX_H
+namespace Eigen {
+
/** \class MappedSparseMatrix
*
* \brief Sparse matrix
@@ -187,4 +189,6 @@
const Index m_end;
};
+} // end namespace Eigen
+
#endif // EIGEN_MAPPED_SPARSEMATRIX_H
More information about the Rcpp-commits
mailing list