search for: transformationfunct

Displaying 3 results from an estimated 3 matches for "transformationfunct".

2005 Apr 22
1
Beginner in R
...ruct$c <- one_more_value and a function with two args : the first is a instance of the structure, and the second is any component of the structure (here $a, $b or $c) and the function will do some transformations on this component : my_func <- function(a_struct, a_comp) { a_comp <- transformationFunct(a_comp) a_result <- someComputation(a_struct) return(a_result) } In reallity, the structure have lot of components (+/- 40) who are input parameters for a time discret model and this function is to do selective sensitivity analysis. Thanks in advance for this information a...
2020 Aug 25
2
ORC JIT - Incorrect support for COFF files?
...oad the object from disk and iterate over the symbols I will find: “_GLOBAL__sub_I_TestModule.cpp” but when I do a lookup on it, the symbol will not be found… It's like being sooo close to the constructor but den someone takes it away from me :< Plus object files seem to be not passed to the TransformationFunction so no luck there either. I solved this issue with Modules by either using the mentioned function or by changing the visibility of the symbol – it seems like both is not possible with an object file .w. Kind greetings Björn From: Lang Hames <lhames at gmail.com> Sent: 24 August 2020 19:46...
2020 Aug 24
2
ORC JIT - Incorrect support for COFF files?
Hey Lang and Stefan, Using dllimport on my “planschiValue” actually worked! But I have no idea why, because the relocation is still a REL32 if I use dumpbin… So how is it possible for that to work? However… when I load an COFF object file, am I able to change the relocations to dllimport somehow? I honestly can’t imagine how this would work since the machine code is probably already adjusted to