search for: 11x8

Displaying 4 results from an estimated 4 matches for "11x8".

Did you mean: 11.8
2018 Dec 09
2
new GP107
...nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device > [ 4.192044] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0 # tail /var/log/Xorg.0.log > [ 2798.820] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glTexSubImage > [ 2798.820] (WW) glamor: Failed to allocate 11x8 FBO due to GL_OUT_OF_MEMORY. > [ 2798.820] (WW) glamor: Expect reduced performance. Is this a bug?
2006 Sep 25
1
Rows of a data frame to matrix
useRs, I have a data frame where four of the columns of the data frame represent the values of a two-by-two matrix. I'd like to, row-by-row, go through the data frame and use the four columns, in matrix form, to perform calculations necessary to create new values for variables in the data frame. My first idea was to use apply: apply(as.array(data.frame[,1:4]), 1, matrix, nrow=2) Though
2018 Dec 09
0
new GP107
...0: nouveaufb frame buffer device > > [ 4.192044] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0 > > # tail /var/log/Xorg.0.log > > [ 2798.820] (EE) glamor0: GL error: GL_OUT_OF_MEMORY in glTexSubImage > > [ 2798.820] (WW) glamor: Failed to allocate 11x8 FBO due to GL_OUT_OF_MEMORY. > > [ 2798.820] (WW) glamor: Expect reduced performance. > > Is this a bug? Something's failing bigtime - GL can't allocate a texture or other buffer. Not really enough info here, but perhaps something interesting in dmesg after this happens. I'...
2006 Aug 16
3
separate row averages for different parts of an array
I have an array with 44800 columns and 24 rows I would like to compute the row average for the array 100 columns at a time, so I would like to end up with an array of 24 rows x 448 columns. I have tried using apply(dataset, 1, function(x) mean(x[])), but I am not sure how to get it to take the average 100 columns at a time. Any ideas would be welcomed. thanks, Spencer [[alternative HTML