search for: setarrays

Displaying 2 results from an estimated 2 matches for "setarrays".

2008 Feb 28
1
[LLVMdev] simple Data Structure Analysis example
Hi everybody, I've been playing with the data structure analysis (poolalloc project, llvm 2.2) on this simple example: #include <stdlib.h> void setArray(int *array) { array[0] = 5; } int main() { int *array = (int*)malloc(10 * sizeof(int)); setArray(array); free(array); return 0; } What really confuses me are flags set for the node "array" in the setArray and main
2011 Nov 22
1
Varma models in the dse package
...a A(L) = 1+0.244L1 0+0.05L1 0-0.325L1 1-0.234L1 B(L) = 1-0.277L1 0+0.211L1 0-0.206L1 1+0.238L1 and have a TSdata object: > dfdata output data: Series 1 Series 2 1 "difex2" "difem2" but I get this warning message: > estMaxLik(arma, dfdata) Error in l.ARMA(setArrays(Shape, coefficients = coefficients), data, result = "like", : NA/NaN/Inf in foreign function call (arg 14) In addition: Warning message: In l.ARMA(setArrays(Shape, coefficients = coefficients), data, result = "like", : NAs introduced by coercion bots series are the same l...