search for: bye1

Displaying 3 results from an estimated 3 matches for "bye1".

Did you mean: bye
2009 Apr 07
1
use the value of variable to quote certain elements in matrix
Hi, I want to use the value of variable to quote elements in matrix. For example, I have a matrix like:               y1   y2m1         1      2m2         3      4 where y1,y2,m1,m2 are column and row names.  I have two random character variable, say x,  that could be either  y1 or y2  and  y that could be either m1 or m2.  So can I  do like   Matrix[y,x] to quote elements?  I've tried this
2015 Apr 14
0
[LLVMdev] [cfe-dev] A problem with names that can not be demangled.
...ing tools, such as c++filt on linux, already stop at ‘.’. So there is precedence. Gcc bugzillas refer to this point. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40831#c10 for an example. Moreover, the issue exists in C as well, where the debugger will have no way of distinguishing Bye from Bye1. They may still need some work for figuring out Bye.1, but at least that is doable. Sunil From: David Blaikie [mailto:dblaikie at gmail.com] Sent: Tuesday, April 14, 2015 12:44 PM To: Srivastava, Sunil Cc: cfe-dev at cs.uiuc.edu; LLVM Developers Mailing List; Lang Hames Subject: Re: [cfe-dev] A p...
2015 Apr 14
5
[LLVMdev] [cfe-dev] A problem with names that can not be demangled.
Adding llvm-dev as that might be a more suitable audience for this discussion. (& I know Lang's been playing around with the same problem in the Orc JIT, so adding him too) Is there any basis/reason to believe that the .X suffix is a better, more principled one than straight X? Is that documented somewhere as a thing the demangling tools will ignore? On Tue, Apr 14, 2015 at 12:06 PM,