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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 28 23:09:10 CEST 2011


Author: dmbates
Date: 2011-08-28 23:09:09 +0200 (Sun, 28 Aug 2011)
New Revision: 3186

Modified:
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h
Log:
Upgrade to Eigen release 3.0.2


Modified: pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h	2011-08-28 20:48:48 UTC (rev 3185)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h	2011-08-28 21:09:09 UTC (rev 3186)
@@ -69,7 +69,7 @@
 //   SimplicialCholeskyLDLt
 // };
 
-/** \brief A direct sparse Cholesky factorizations
+/** \brief A direct sparse Cholesky factorization
   *
   * These classes provide LL^T and LDL^T Cholesky factorizations of sparse matrices that are
   * selfadjoint and positive definite. The factorization allows for solving A.X = B where



More information about the Rcpp-commits mailing list