Displaying 4 results from an estimated 4 matches for "qpoint".
Did you mean:
point
2007 Jul 10
1
How to preserve data across function calls in a library package
...ns,distance;
SEXP retlist;
PROTECT(ans=allocMatrix(INTSXP,nrow,k)); //The 2nd argument gives
the number of rows, and the last the number of cols see http://cran.r-
project.org/doc/manuals/R-exts.html
PROTECT(distance=allocMatrix(REALSXP,nrow,k));
ANNpointArray datapoints;
ANNpoint qpoint;
ANNkd_tree* kdTree;
book=Calloc(1,ANN*);
foot=Calloc(1,int);
book=kdTree;
*foot=10;
.......
}
extern "C" {
void do_foo(void){
foo();
}
SEXP
do_kNN_e(SEXP data, SEXP Nrow, SEXP Ncol,SEXP k,SEXP eps)
{
return kNN_e(data,Nrow, Ncol,
k,eps);
}
[[al...
2007 Jul 10
1
How to preserve data across function calls in a library package
...ns,distance;
SEXP retlist;
PROTECT(ans=allocMatrix(INTSXP,nrow,k)); //The 2nd argument gives
the number of rows, and the last the number of cols see http://cran.r-
project.org/doc/manuals/R-exts.html
PROTECT(distance=allocMatrix(REALSXP,nrow,k));
ANNpointArray datapoints;
ANNpoint qpoint;
ANNkd_tree* kdTree;
book=Calloc(1,ANN*);
foot=Calloc(1,int);
book=kdTree;
*foot=10;
.......
}
extern "C" {
void do_foo(void){
foo();
}
SEXP
do_kNN_e(SEXP data, SEXP Nrow, SEXP Ncol,SEXP k,SEXP eps)
{
return kNN_e(data,Nrow, Ncol,
k,eps);
}
[[al...
2012 Mar 14
13
[Bug 47306] New: segfault in nouveau_fence_update
.../usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#23 0xb56f319e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from
/usr/lib/i386-linux-gnu/libQtCore.so.4
No symbol table info available.
#24 0xb5b19e1b in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&,
QPoint const&, int, QPainter*, QWidgetBackingStore*) () from
/usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#25 0xb5cfe39e in QWidgetPrivate::repaint_sys(QRegion const&) () from
/usr/lib/i386-linux-gnu/libQtGui.so.4
No symbol table info available.
#26 0xb5b0f6a0 in QWidgetPr...
2016 Oct 04
28
[Bug 98039] New: KMail crash on starting (nouveau-related)
...alse) at kernel/qwidget.cpp:12184
#27 0x00007ff6cf179487 in QWidgetPrivate::sendComposeStatus(QWidget*, bool)
(w=<optimized out>, end=end at entry=false) at kernel/qwidget.cpp:12184
#28 0x00007ff6cf150782 in QWidgetBackingStore::qt_flush(QWidget*, QRegion
const&, QBackingStore*, QWidget*, QPoint const&, QPlatformTextureList*,
QWidgetBackingStore*) (widget=0xe924a0, region=..., backingStore=0x11e2330,
tlw=0xe924a0, tlwOffset=..., widgetTextures=0xc00af0,
widgetBackingStore=0x12266f0) at kernel/qwidgetbackingstore.cpp:108
#29 0x00007ff6cf1517e5 in QWidgetBackingStore::flush(QWidget*)
(th...