Displaying 3 results from an estimated 3 matches for "l122".
Did you mean:
122
2004 Jun 15
2
symbolic iteration
Dear all,
I have 122 vectors named from L1 to L122. Now I hope to
take log to each of the series, say
L1 <- log(L1)
...
L122<-log(L122)
Can anyone show me a iterative way to make the job simple.
I mean the way something like
for(i in 1:122){
...
}
or other similar methods.
Many thanks.
Jin
2010 Apr 08
1
'make uninstall' does not clean up ocaml binding files
Hi all,
I have successfully compiled the libguestfs-1.0.89 source and 'make install'ed on my Fedora 12 box. Everything went fine. I have ocaml installed so the default configuration enabled ocaml binding.
then I found some minimal configure mistake with my compilation and wanted to compile and install again.
1.first I made uninstall and cleaned up everthing:
$ make uninstall
$ make clean
2017 Oct 26
2
LLVM v6.0 Internalize and GlobalDCE PASS can not work together?
Hi Hal,
Thanks for your hint!
$ /opt/llvm-svn/bin/opt -S -internalize
-internalize-public-api-list=main -globaldce hello3.ll -o
hello3.dce.ll it works :)
But I argue that `main` Function should be inserted into ExternalNames
by default:
Index: lib/Transforms/IPO/Internalize.cpp
===================================================================
--- lib/Transforms/IPO/Internalize.cpp