Skip to content

Commit

Permalink
tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored May 21, 2024
1 parent 7cc459c commit 4968c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/call_stan.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#include <Rcpp.h>
#include <RcppParallel.h>
#include <cstdint>
#if defined(EMSCRIPTEN) && !defined(__linux__)
#define MANUAL_LINUX_DEF 1
#define __linux__ 1
#endif
#include <cmdstan/command.hpp>


void store_functions(SEXP ll_fun, SEXP grad_fun);

RcppExport SEXP call_stan_(SEXP options_vector, SEXP ll_fun, SEXP grad_fun) {
Expand Down

0 comments on commit 4968c4c

Please sign in to comment.