search for: sdgraph

Displaying 3 results from an estimated 3 matches for "sdgraph".

Did you mean: dsgraph
2000 Aug 09
2
pch and curve plotting
...lem 2: How do I get R to draw a curve through a number of data points rather than a straight line. From the description of the functions scatter.smooth and loess.smooth, I think they are what I'm looking for, but when I try to run them in R Version 1.1.0, it returns the following error Error in sdgraph() : couldn't find function "scatter.smooth" Your help as always is greatly appreciated Margaret Riordan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",...
2008 Nov 06
0
[LLVMdev] Available code-generation parallelism
...e IR construction phase, but not for optimization > and emitting object code.  The locking issue is going to be severe When optimization is done, you can certainly go on and emit code in parallel for many functions. Since the IR is not mutated any more, nothing needs to be locked. I believe the SDGraphs can be isolated from each other. But Dan may know better... Cheers, Gabor > because it will be nearly (completely?) impossible to guarantee a > globally consistent lock order for any given def/use chain.  Therefore, > such a solution would require a kind of high-level contention ma...
2008 Nov 06
4
[LLVMdev] Available code-generation parallelism
On Mon, 2008-11-03 at 23:59 -0800, Chris Lattner wrote: > On Nov 3, 2008, at 3:55 PM, heisenbug wrote: > > What about "inventing" pseudo-constants (which point to the right > > thing) and build the piece of IR with them. When done, grab mutex and > > RAUW it in. Alternatively, submit to a privileged thread that performs > > the RAUW. > > The trick is to