search for: wladimir

Displaying 20 results from an estimated 29 matches for "wladimir".

Did you mean: vladimir
2007 Nov 11
1
nv50 microcode/shader format
Hello there, With the use of CUDA and ptx I managed to make a disassembler for at least one of the nv50 microcode/shader formats. This might come in handy for some people, hence I'm posting it here: http://www.cs.rug.nl/~wladimir/decuda/ I'm not yet sure if pixel/vertex shaders use the same instruction format as the compute shaders used by CUDA, but you'd think so, as nv50 is supposed to have unified shader units. If anyone can help me a bit in finding the shader instructions in valgrind-mmt-extend of mmiotrace dum...
2005 Aug 16
3
how to reshape an array avoiding for loops
...ast one. That is I want and array [1:65,1:25,1:660] The only way to do this, I know, is tmp.a<-array(dim=dim(a1)[c(2,3,1)]) for(i in 1:dim(a1)[1]) tmp.a[,,i]<-a1[i,,] a1<-tmp.a rm(tmp.a) Is it possible to avoid 'for' loop here? Thank you! --- Best regards, Wladimir mailto:wl at eimb.ru
2007 Jun 23
1
G80
...t communications between libcuda.so and the /dev/nvidia* devices, and /dev/nvidiactl. Is this what the Noveau developers have been doing already for GL? (I'm new to this) Also, as more people are working on it according to TiNDC #21, can I find the things that are already known somewhere? -- Wladimir Ogre3D Team (http://www.ogre3d.org)
2003 May 13
1
several regression lines in panel of xyplot (trellis graphics)
...:23],y[10:23],...); panel.grid(h=-1,v=-1,...); }; then I draw plots: xyplot(<blah-blah-blah>,panel=plot.panel,<...>) This command draws graphics, but all regression lines on them are drawn from the left side to the right side, i.e. over the whole x range... -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 May 08
3
again troubles with lattice
...and source("a.R") it works and after its running I've got file a.png in the working directory. But it contains only white background field and no graphs. If I try copy commands of the script in clipboard and paste them to the R console the graphs appear in the file. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2003 Apr 16
2
layout.show()
.... points(... axis(1,at=c(1979:2002)); draw a beautiful graph. but call to layout.show(1) (or any other parameter instead of 1) destroys it. what should I say to the R to make it keep already drawn graphs and show a legend on the other "panel" of the layout? -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 May 27
2
R doesn't remove temporary dirs and about bugreport
...a, varying, v.names = NULL, timevar, idvar, ids = 1:NROW(date), times, drop = NULL, new.row.names = NULL) { I suspect the expression ids=1:NROW(date) is erroneous. The 'date' variable doesn't appear anywhere else in this function. Maybe, 'data' ? ==== -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2003 May 11
2
what does boxplot draw?
...obs=c(0.75)),quantile(x3,probs=c(0.75)))) draw lines with y values of quantiles. Lines ends are close to the box edges but not exactly on them. While command lines(c(median(x1),median(x2),median(x3))) puts lines with ends exactly on the middle line of the box-and-whisker plots. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2005 May 20
5
getting the unique values and counts from a vector
Hi all, >From a vector, I want to get the unique values and the counts of these unique values in the vector. For example, x<-c(2 ,1 ,2, 1, 4 ,2 ,1, 4 ,1 ,1) xu<-unique(x) xn<-numeric(length(xu)) for (i in 1:length(xu)) {xn[i]<-length(which(x==xu[i]))} There must be a very much simpler method of doing this. Can somebody direct me to the functions that I must read in order to do
2005 May 20
2
Lattice: it seems, a bug in draw.key function
...int, so I set divide = 1. Call to xyplot didn't produce any points at all. The body of draw.key function contains the following pointsGrob(x=(1:key$divide-1)/(key$divide-1), y=rep(0.5,key$divide), [skip] ) When key$divide=1, x is NaN... -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist, PhD Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 May 06
5
xyplot (lattice), strip.default
...or message: Error in trellis.device(device = getOption("png"), color = FALSE, bg = "white") : couldn't find function "device.call" Where's the problem? I use R 1.7.0 and Windows NT 4.0 workstation. Thank you for attention and help! -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 Apr 15
2
troubles with displaying legend on the plot
...21)); par(op); ===8<=== Legend doesn't appear. I tried different coordinates, (1979,0), (0,0), different colors, etc... Nothing helps. What should I do to make the legend to appear? I'm using R 1.6.2 for windows. OS: Windows NT workstation 4.0. Thank you in advance. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 Apr 24
1
RMySQL
...^^^^^^^^^^^^^^^^^ > Then I should be able to send requests. But when I try this : > > dbListTables(con) > character(0) Of course. Tables are stored in the database. You didn't provide its name. Function dbListTables doesn't know which tables should it list. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 May 13
1
SD
Dear r-help, Function sd calculates the standard deviation 'with (n-1) denominator'. Are there any alternatives with n denominator? Thank you very much. -- Best regards Wladimir Eremeev mailto:wl at eimb.ru
2003 May 16
1
substitute
Dear r-help, I have troubles with 'substitute'. I have the data frame with vectors data$area.0, data$area.20, etc... Command substitute(data$area.lon,list(lon=20)) returns data$area.lon but is expected to return data$area.20 Where did I do mistakes? -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2003 Jul 23
1
lattice: how to format axis labels?
...the documentation how to make the axis labels bold. What's the difference between fonts 1, 2, 3 and 4? I have tried them all (trellis.par.set("par.xlab.text",list(font=4));), but haven't seen any difference. I use R 1.7.1 on WindowsNT. Thank you! -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...
2005 May 20
3
Why does this give a syntax error?
Hi I'm generating the following in a file and getting a syntax error: bryansAtHeaderLevel <- c(0,1,1,1,1,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,) finnsAtHeaderLevel <-
2006 Feb 08
1
envi clone in R
...or, compared to IDL, in all aspects. However, ENVI is the rather convenient and feature rich tool. Is anyone aware about any work, dedicated to the creation of something, similar to the ENVI, but in R? Also, recently, the R bindings to the GTK library have appeared... --- Best regards, Wladimir mailto:wl at eimb.ru
2007 Nov 19
1
[G80] patch to renouveau.xml
I have some things to add to renouveau.xml (NV50_MEMORY_TO_MEMORY_FORMAT high address words, and NV50COMPUTE object 0x50c0), see the attached patch Greetings, Wladimir -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/nouveau/attachments/20071119/f65ec979/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: renouveau.xml.patch Type: text/x-patch Size...
2003 Jul 21
1
Lattice: how to draw some text outside the panel?
...But the text is cut, when it comes outside a panel. Moreover (obviously), it doesn't appear at all when its coordinates are outside a panel. Could you, please, be so kind to give me a direction to walk in order to have a text written below a panel. Thank you! -- Best regards Wladimir Eremeev mailto:wl at eimb.ru ========================================================================== Research Scientist Leninsky Prospect 33, Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071, Institut...