search for: chm_sp

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

2011 Feb 11
1
Writting my own package - 64 bit problem with R_GetCCallable
...olen_from_matrix.c:36: warning: implicit declaration of function ?R_GetCCallable? slim_stolen_from_matrix.c:36: warning: cast to pointer from integer of different size -------------- The function in question is an identical copy of Matrix's M_as_cholmod_sparse, reproduced below -------------- CHM_SP R_as_cholmod_sparse(CHM_SP ans, SEXP x, Rboolean check_Udiag, Rboolean sort_in_place) { static CHM_SP(*fun)(CHM_SP,SEXP,Rboolean,Rboolean)= NULL; if(fun == NULL) fun = (CHM_SP(*)(CHM_SP,SEXP,Rboolean,Rboolean)) R_GetCCallable("Matrix", "as_cholmod_sparse"); ret...
2007 Oct 11
3
lme4 install trouble
..... ** libs gcc -std=gnu99 -I/home/dreitter/usr/lib/R/include -I/home/dreitter/ usr/lib/R/include -I/usr/local/include -I"/home/dreitter/usr/lib/R/ library/Matrix/include" -fpic -g -O2 -c glmer.c -o glmer.o glmer.c: In function ???internal_Gaussian_deviance???: glmer.c:185: error: ???CHM_SP??? undeclared (first use in this function) glmer.c:185: error: (Each undeclared identifier is reported only once glmer.c:185: error: for each function it appears in.) glmer.c:185: error: expected ???;??? before ???Lm??? glmer.c:186: error: ???CHM_FR??? undeclared (first use in this function) glmer....