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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 27 00:51:14 CEST 2011


Author: dmbates
Date: 2011-07-27 00:51:14 +0200 (Wed, 27 Jul 2011)
New Revision: 3149

Modified:
   pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h
Log:
Added matrixLDL method

Modified: pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h
===================================================================
--- pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h	2011-07-24 19:08:52 UTC (rev 3148)
+++ pkg/RcppEigen/inst/include/unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h	2011-07-26 22:51:14 UTC (rev 3149)
@@ -221,6 +221,8 @@
 	return m_parent;
     }
     
+    const CholMatrixType matrixLDL() const {return m_matrix;}
+
     /** \returns the number of nonzeros per column from the symbolic analysis */
     const VectorXi& nonZerosPerCol() const
     {



More information about the Rcpp-commits mailing list