Displaying 20 results from an estimated 81 matches for "lyngby".
2013 Jan 20
0
[LLVMdev] Clang's approach to anonymous struct pointer parameters
...gt; I guess there's no way in LLVM IR to forward-declare in a way that solves this, huh?
>
>
--
Florian Brandner
Embedded Systems Engineering Group
Department of Applied Mathematics and Computer Science
Technical University of Denmark
Richard Petersens Plads
Building 322, room 206
2800 Lyngby
Denmark
phone: +45 45255223
web: http://www.imm.dtu.dk/~flbr/
email: flbr at imm.dtu.dk
2006 Jan 16
1
How to analysis Y98 chips using RankProd package?
...#39; are not allowed
What is the problem? Is there something wrong with my gene names file?
How can I fix it?
Thank you very much for your kind help.
Best Regards,
- Cleo
Chia-Wen Cleo Chang
PhD Student
CMB, BioCentrum-DTU, Building 223, room 213
Technical University of Denmark, DK-2800 Lyngby, Denmark
Telephone: +45 4525 2997, Fax: +45 4588 4148
E-mail: cwc@biocentrum.dtu.dk
[[alternative HTML version deleted]]
2013 Jan 20
2
[LLVMdev] Clang's approach to anonymous struct pointer parameters
For the following code:
struct XBeePacket;
typedef void (*CompletionProc)(XBeePacket* inPacket, void* inParam2);
struct
XBeePacket
{
bool mField1;
CompletionProc mCompletionProc;
};
Why does clang emit this IR?
%struct.XBeePacket = type { i8, {}* }
define void
@MyCompletionProc(%struct.XBeePacket* %inPacket, i8*
2001 Aug 08
2
Library hdarray
Dear everybody!
I m seeking the package named hdarray for the analysis of microarrays
data.
It must not included in the base packages.
Thanks in advance.
Aboubakar Maitournam.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Dec 31
2
Extracting/setting elements from/in a matrix/array
...be in R, but I could not find it...).
For the sake of avoiding duplication of similar things (hence making code
more readable), I would be happy to replace it in my code.
Does anybody knows if such things already exists ?
Laurent
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &qu...
2001 Jul 16
2
Trouble with the memory allocation
...NA
Any idea ?
Where am I wrong ?
Laurent
PS: I am currently using R-1.3.0-patched, compiled on SGI IRIX 6.5 (I
was using 1.2.3 and had the same kind of problems, that's why
I upgraded)
--
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010716/3516f1da/attachment.html
2015 Feb 10
1
R CMD check: Uses the superseded package: ‘doSNOW’
...r take an action? If so, which one?
>>
>> Best wishes,
>> Xavier
>>
--
Xavier Robin, PhD
Cellular Signal Integration Group (C-SIG) - Linding Lab
Biotech Research and Innovation Center (BRIC) - University of Copenhagen
Anker Engelundsvej, DTU Campus, Building 301, DK-2800 Lyngby, DENMARK
Mobile: +45 42 799 833
www.lindinglab.org - www.bric.ku.dk
2015 Feb 09
2
R CMD check: Uses the superseded package: ‘doSNOW’
...about?
Should I ignore the notice, or take an action? If so, which one?
Best wishes,
Xavier
--
Xavier Robin, PhD
Cellular Signal Integration Group (C-SIG) - Linding Lab
Biotech Research and Innovation Center (BRIC) - University of Copenhagen
Anker Engelundsvej, DTU Campus, Building 301, DK-2800 Lyngby, DENMARK
Mobile: +45 42 799 833
www.lindinglab.org - www.bric.ku.dk
2012 Jul 30
0
[LLVMdev] global control flow graph at machine code level
...point sooner or later. if you find another (better) solution let me
know.
best,
Florian
--
Florian Brandner
Embedded Systems Engineering Group
Department of Informatics and Mathematical Modeling
DTU Informatics
Technical University of Denmark
Richard Petersens Plads
Building 322, room 206
2800 Lyngby
Denmark
phone: +45 45255223
web: http://www.imm.dtu.dk/~flbr/
email: flbr at imm.dtu.dk
2012 Jul 29
3
[LLVMdev] global control flow graph at machine code level
Hi all,
I am trying to build a global control flow graph at machine code level.
Essentially, I need the handles to the MachineFunction's corresponding to
every call site inside a MachineFunction in order to get the handles to
MachineBasicBlock's with return statements inside the callee. Currently,
the codegen module processes one MachineFunction at a time and hence I
can't find a way
2010 Mar 16
0
New package: ordinal
...ons, wishes and contributions are always
highly appreciated.
Kind regards
Rune
--
Rune Haubo Bojesen Christensen
PhD student, M.Sc. Eng.
Phone: (+45) 45 25 33 63
Mail: rhbc at imm.dtu.dk
DTU Informatics, Section for Statistics
Technical University of Denmark, Build. 305, Room 122,
DK-2800 Kgs. Lyngby, Denmark
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2001 Jul 17
1
vector angle
Hi everyone,
I'm translating into R some programs I worked through in Matlab to
calculate the angle between two vectors (very large--like 6200 rows in
each vector). In Matlab, I used a series of nested for loops, because I
was calculating the angles between many pairs of vectors. I know for
loops are not desirable in R code, so I was wondering if anyone could
recommend a faster way to
2001 Jul 26
1
dist - memory
Dear R friends,
Is there a formula for the amount of memory, that is needed by dist(), when
you know the number of columns and rows? Or is there at least an
approximation?
Thomas Pesl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2001 Aug 20
1
Cave plots
Hi all,
Is there a way to compare time series using cave plots with R ?
Thank you for your time.
---------------------
Patrick Gonin
Responsable D?partement Evaluation in vivo
GENETHON III- CNRS URA 1923
1 bis, rue de l'Internationale
BP 60
91002 EVRY CEDEX
FRANCE
Tel: 33-1-69-47-10-21
Fax: 33-1-60-77-86-98
gonin at genethon.fr
---------------------
2001 Oct 15
0
R-package and configure
...ke 'DEFS=@DEFS@' I
tried to append say ' -DHAVE_ZLIB' to the 'CFLAGS' variable but it did
not give anything.
(note: I am using R-1.3.0... I plan to update)
Any idea ?
Thanking in advance...
Laurent
--
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &quo...
2001 Oct 18
1
object of class "dissimilarity"
R users,
Does anybody know how to convert a square matrix of distances (X^2
distances, actually) into an object of class "dissimilarity" so that the
cluster package can used it?
Thanks.
Jord? L?pez
Unv. Aut?noma de Barcelona
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2001 Oct 22
1
No subject
...ubscript out of bounds
> apply(a,1,cat)
1234NULL
Is this the fact my data.frame has only one dimension ?
(and do I forget somewhere (but where ?) to specify not to 'drop'
dimension or something similar ?)
regards,
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &qu...
2001 Oct 25
0
X11() and XFree4.1.0 (and probably also MS truetype fonts)
...39;
but it seems to behave ok (normal and italic at least)...
(I admit I stopped investigating at this point...)
The question is:
Did I put myself in trouble (very likely) or did anybody else experienced
the same ?
Laurent
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &qu...
2001 Oct 27
1
trouble with data.matrix
...before... but
like always the question turns to be
'before what ?' =) ).
Any hint would be greatly appreciated
...Oups, I almost forget:
I use R-1.3.1 compiled on a linux box with Suse 7.1
Laurent
--
Laurent Gautier CBS, Building 208, DTU
PhD. Student D-2800 Lyngby,Denmark
tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the &quo...
2003 Feb 10
0
Memory allocation, IBM-AIX and R-1.6.2
...ettings) create large objects ?
L.
--
--------------------------------------------------------------
currently at the National Yang-Ming University in Taipei, Taiwan
--------------------------------------------------------------
Laurent Gautier CBS, Building 208, DTU
PhD. Student DK-2800 Lyngby,Denmark
tel: +45 45 25 24 89 http://www.cbs.dtu.dk/laurent