[Yuima-commits] r662 - pkg/yuima/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 26 11:37:32 CEST 2018


Author: lorenzo
Date: 2018-06-26 11:37:32 +0200 (Tue, 26 Jun 2018)
New Revision: 662

Modified:
   pkg/yuima/R/RcppExports.R
Log:


Modified: pkg/yuima/R/RcppExports.R
===================================================================
--- pkg/yuima/R/RcppExports.R	2018-06-24 18:15:38 UTC (rev 661)
+++ pkg/yuima/R/RcppExports.R	2018-06-26 09:37:32 UTC (rev 662)
@@ -1,6 +1,10 @@
 # Generated by using Rcpp::compileAttributes() -> do not edit by hand
 # Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
 
+evalKernelCpp <- function(Integrand2, Integrand2expr, myenvd1, myenvd2, ExistdN, ExistdX, gridTime, dimCol, NameCol, JumpTimeName) {
+    .Call('yuima_evalKernelCpp', PACKAGE = 'yuima', Integrand2, Integrand2expr, myenvd1, myenvd2, ExistdN, ExistdX, gridTime, dimCol, NameCol, JumpTimeName)
+}
+
 W1 <- function(crossdx, b, A, h) {
     .Call('yuima_W1', PACKAGE = 'yuima', crossdx, b, A, h)
 }



More information about the Yuima-commits mailing list