[Rcpp-commits] r3164 - pkg/RcppEigen/inst/include
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 29 22:06:07 CEST 2011
Author: dmbates
Date: 2011-07-29 22:06:06 +0200 (Fri, 29 Jul 2011)
New Revision: 3164
Modified:
pkg/RcppEigen/inst/include/RcppEigenCholmod.h
Log:
Add a declaration of log determinant squared function.
Modified: pkg/RcppEigen/inst/include/RcppEigenCholmod.h
===================================================================
--- pkg/RcppEigen/inst/include/RcppEigenCholmod.h 2011-07-29 02:46:53 UTC (rev 3163)
+++ pkg/RcppEigen/inst/include/RcppEigenCholmod.h 2011-07-29 20:06:06 UTC (rev 3164)
@@ -989,6 +989,9 @@
int M_cholmod_scale(const_CHM_DN, int scale, CHM_SP, CHM_CM);
+// added in the Matrix package - the log of the determinant of the matrix that was factored
+double M_chm_factor_ldetL2(const_CHM_FR);
+
#ifdef __cplusplus
}
#endif
More information about the Rcpp-commits
mailing list