Displaying 3 results from an estimated 3 matches for "_exact".
Did you mean:
exact
2011 Feb 04
2
Avoiding two loops
Hello,
I have a R code for doing convolution of two functions:
convolveSlow <- function(x, y) {
nx <- length(x); ny <- length(y)
xy <- numeric(nx + ny - 1)
for(i in seq(length = nx)) {
xi <- x[[i]]
for(j in seq(length = ny)) {
ij <- i+j-1
xy[[ij]] <- xy[[ij]] + xi * y[[j]]
}
}
xy
}
How do I reduce the 2
2013 Dec 14
1
Crash on stable kernel 3.13.0-rc3 [NV05]
I have a crash on the current stable kernel.
Here is the trace from dmesg:-
----------------------------------------------------------
CPU: 0 PID: 682 Comm: modprobe Not tainted 3.13.0-rc3_exact-293199-g374b105 #379
Hardware name: / , BIOS GB85010A.86A.0063.P14.0107182015 07/18/2001
task: ef5b1a80 ti: ef5d8000 task.ti: ef5d8000
EIP: 0060:[<f0cfe995>] EFLAGS: 00010246 CPU: 0
EIP is at _nouveau_clock_init+0x59/0x102 [nouveau]
EAX: c0f58240 EBX: 00000000 ECX: 000...
2012 May 11
15
Errors of doing "make install-tools" with xen-4.2-unstable?
Hi,
When I do the "make install-tools" with xen-4.2-unstable, there are some
errors about "warn_unused_result".
Is it the error in code or the error in the compiling environment? Thank
you so much.
gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99
-Wall -Wstrict-prototypes -Wdeclaration-after-statement -D__XEN_TOOLS__
-MMD -MF .tapdisk-queue.o.d