search for: symbregprimits

Displaying 1 result from an estimated 1 matches for "symbregprimits".

2010 Mar 14
1
Segfault Problem c++ R interface (detailed)
...+ Makevars(my version which defines R_PACKAGE environment variable and nothing else) !!!!!Linker Code: #include <cstdlib> #include <cmath> #include <algorithm> #include <vector> #include <iostream> #include <string> #include "puppy.hpp" #include "symbregprimits.hpp" #include <R.h> #include <Rinternals.h> #include <Rdefines.h> using namespace Puppy; //Declare Functions extern "C" { unsigned int evaluateSymbReg(std::vector<Tree>& ioPopulation, Context& ioContext,...