search for: cmpr

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

Did you mean: cmpl
2001 Nov 05
1
Problem to transfer Splus functions
...lcul des vecteurs propres M normes res$vectors <- (1/sqrt(d)) * vecp # Generation des noms de facteurs nomf <- as.vector(outer("f", 1:nfmax, paste, sep = "")) dimnames(res$vectors) <- list(nam[[2]], nomf) #Affectation des noms # des vecteurs principaux res$cmpr <- x %*% (d12 * vecp) #Calcul des composantes principales xnom <- deparse(substitute(x)) wtnom <- deparse(substitute(wt)) wtequal <- F if(wtnom == paste("rep(1/nrow(", xnom, "), nrow(", xnom, "))", sep = "")) wtequal <- T dnom <-...
2019 Jan 19
3
Can't find symbol from llvm backend
No, I don't. But I’m sure it is not optimized because I can see this variable in the final binary file emitted. Do you mean if I don’t refer to this variable in the front end, then I can’t see it in the backend? (although it’s in the final binary file) Thank you! 2019年1月19日(土) 2:00 <paul.robinson at sony.com>: > Do you have a use of the new variable as well? If not, it might be