search for: nlo

Displaying 5 results from an estimated 5 matches for "nlo".

Did you mean: lo
2010 Aug 02
1
read the middle of a file
Hello, The other day Justin Peter presented a mini program to plot a topographic map with an overlay of the worldHires. I seemed interesting so I checked the ETOPO5 site and find that there is a new file ETOPO1 with a 1 minute grid. I downloaded it and tried a similar procedure. Now the ETOPO1.gz is 1 Gb and the uncompressed file is 5 Gb. They do not fit into my laptop. I tried the following program that works, but it takes too long to read the file, Now the question: is there a faster way to read a piece of a file in the middle of it?...
2014 Mar 26
3
[LLVMdev] [cfe-dev] computing a conservatively rounded square of a double
On 03/26/2014 11:36 AM, Geoffrey Irving wrote: > I am trying to compute conservative lower and upper bounds for the > square of a double. I have set the rounding mode to FE_UPWARDS > elsewhere, so the code is > > struct Interval { > double nlo, hi; > }; > > Interval inspect_singleton_sqr(const double x) { > Interval s; > s.nlo = x * -x; > s.hi = x * x; > return s; > } > > Both multiplies are necessary, since they round in different > directions. However, clang does not know this, assumes that...
2011 Oct 08
1
Delete files with system command on Windows 7
Under MacOS I use the following script to process my latex documents: pdflatex -halt-on-error document.tex bibtex document.aux pdflatex -halt-on-error document.tex pdflatex -halt-on-error document.tex rm *.aux *.bbl *.blg *.log *.nlo *.thm How can I realise this under Windows 7? -- View this message in context: http://r.789695.n4.nabble.com/Delete-files-with-system-command-on-Windows-7-tp3885478p3885524.html Sent from the R help mailing list archive at Nabble.com.
2008 Apr 13
0
R project
...test=="Wilcoxon"){ res<-wilcox.test(dat,alternative="two.sided",mu=H0) } else { nboot<-(K-1) n<-length(dat) bootmean<-NULL for(i in 1:nboot){ rdata<-sample(dat,n,replace=T) bootmean[i]<-mean(rdata) } nlo<-round((nboot+1)*(alpha/2)) nhi<-round((nboot+1)*((1-alpha)/2)) bootmean<-sort(bootmean) low<-bootmean[nlo] high<-bootmean[nhi] res<-c(low,high) } #record whether we reject the null or not i.e. whether the p-value is less #than or equal to...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking