search for: foox

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

Did you mean: fool
2010 Aug 30
1
[LLVMdev] Recursion in TableGen
...ult>.Result); } class Foo<string name, list<Data> data = []> { string Name = name; // Set some data. int XData = Find<data, "X", 0>.Result; int YData = Find<data, "Y", 0>.Result; int ZData = Find<data, "X", 0>.Result; } def FOOX : Foo<"X", [X]>; def FOOY : Foo<"Y", [X, Y]>; def FOOZ : Foo<"Z", [Y, Z]>; Unfortunately, the part of TableGen that generates anonymous classes from assignments in class bodies doesn't know how to deal with recursion. It can't resolve the re...
2002 Aug 12
1
question about cloud() in lattice package
Hi all, I have been previously been using scatterplot3d package to create some graphs but unfortunately it does not allow me to rotate the plot on all three axis. The cloud() function in the lattice package does allow me to do so. When I was using scatterplot3d I was using a script (Shown Below) to calculate the mean, quartiles and range limits for all three axis and I was representing that on the