Displaying 5 results from an estimated 5 matches for "_min".
Did you mean:
_main
2000 Feb 15
1
Help with for
I haven't been able to solve two issues, really appreciate any help.
Q1. Why this one goes like that? (could it be a bug?):
What I want:
> J_c(1,2,3)
> MA_NA
> MA[1]_min(J[1:2])
> MA[2]_min(J[2:3])
> MA
[1] 1 2
Good, so now lets do it a little more faster (since the real vectors have
over 15000 obs):
> for (i in 1:2) MA[i]_min(J[i:i+1])
> MA
[1] 2 3
It does the same with any function instead of min.
Q2. The former type of job works better with sappl...
2019 Mar 08
0
imap segfault in libc.so with CLucene FTS backend enabled
...<optimized out>
totalHitsInt = <optimized out>
wq = <optimized out>
#17 0x000063e7edaf4344 in lucene::search::Hits::getMoreDocs(unsigned long)
() at
/var/tmp/portage/dev-cpp/clucene-2.3.3.4-r6/work/clucene-core-2.3.3.4/src/core/CLucene/search/Hits.cpp:120
_min = <optimized out>
n = <optimized out>
topDocs = 0x0
scoreDocs = <optimized out>
scoreDocsLength = <optimized out>
scoreNorm = <optimized out>
---Type <return> to continue, or q <return> to quit---
#18 0x000063e7edaf44...
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
..._ADD(dst, src0, src1) ureg_ADD(ureg, dst, _src(src0), _src(src1))
-#define _DP3(dst, src0, src1) ureg_DP3(ureg, dst, _src(src0), _src(src1))
-#define _DP4(dst, src0, src1) ureg_DP4(ureg, dst, _src(src0), _src(src1))
-#define _DST(dst, src0, src1) ureg_DST(ureg, dst, _src(src0), _src(src1))
-#define _MIN(dst, src0, src1) ureg_MIN(ureg, dst, _src(src0), _src(src1))
-#define _MAX(dst, src0, src1) ureg_MAX(ureg, dst, _src(src0), _src(src1))
-#define _SLT(dst, src0, src1) ureg_SLT(ureg, dst, _src(src0), _src(src1))
-#define _SGE(dst, src0, src1) ureg_SGE(ureg, dst, _src(src0), _src(src1))
-#define _MAD...
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here
2011 May 18
90
Patches for VGA-Passthrough XEN 4.2 unstable
Hello, I have been working on VGA-passthrough in the last month.
When Xen was at his version 3.5 there was a few patches to make this work for some graphic cards using the patches developed by Han Weidong and posted here (http://lists.xensource.com/archives/html/xen-devel/2009-08/msg01176.html) and the same patches posted file by file are here