search for: zerofunc

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

Did you mean: zerofuncs
2013 Mar 14
0
funciones (findInterval, which) y simulación discreta
...ceros en esta nueva lista, para lo cual cree la siguiente función que me permite transformar valores de determinadas posiciones a cero siendo en este caso vectores i y j que representan las filas y columnas respectivamente; pero cuando los valores de los indices se repiten el resultado es erroneo zerofunc <- function(M,i,j,val=0){ # (1) M[i,j] <- val return(M) } donde los valores de i y j serian vectores que se los obtuvo mediante: k<-lapply(mat_sup1,function(x){ (2) which(x==0,arr.ind=TRUE) }) la siguiente función realiza la suma acumulada para cada fila z1&l...
2008 Oct 28
2
[LLVMdev] Debugging lli using bugpoint
...d returned 1 exit status* *** Debugging code generator crash! Checking to see if we can delete global inits: - Removing all global inits hides problem! *** Attempting to reduce the number of global variables in the testcase Checking for crash with only these global variables: Revision_ariths_c ZeroFuncs ZeroMutFuncs AInvFuncs AInvMutFuncs OneFuncs OneMutFuncs InvFuncs InvMutFuncs EqFuncs... <5919 total>: *** Attempting to reduce the number of functions in the testcase Checking for crash with only these functions: InstallZeroObject VerboseZeroObject ZeroObject FuncZERO InstallZeroMutObject...