Search the web
Sign In
New User? Sign Up
ublas-dev · uBLAS development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2097 - 2126 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2097
... That is good. I jumped on this quickly as I had been looking for a memory allocation problem involving user defined types. Code warrior 9 was showing ...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
11:55 am
2098
... IBM Visual Age C++ (xlC) reports: 0 534866217 Matthias...
Matthias Troyer
matthiastroyer
Offline Send Email
Oct 1, 2004
12:28 pm
2099
Another question: is the following warning I get from g++-3.1 significant: /Users/troyer/src/boost/boost/numeric/ublas/storage.hpp:123: warning: base class...
Matthias Troyer
matthiastroyer
Offline Send Email
Oct 1, 2004
12:31 pm
2100
Salut, ... ______________________________ IRIX64 6.5 ... g++ (GCC) 3.3 bash-2.03$ ./a 0 4 MIPSpro Compilers: Version 7.30 bash-2.03$ ./a 0 0 MIPSpro Compilers:...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
12:45 pm
2101
Salut, ... same for Version 6.5 Best wishes, Peter _______________________________________ Dr. Peter Schmitteckert TKM / CFN University of Karlsruhe ++49 721...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
1:43 pm
2102
Thanks Peter, ... Looks good. ... Seriously weird! I expected 0 0 or 0 4. Looks like xlC is not calling the default constructor at all in the array case! The...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
1:51 pm
2103
Peter, ... Any idea how to detect version 6.5 or greater at compile time. I assume something like: #if defined (__sgi) && XXX Thanks, Michael...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
1:52 pm
2104
... This is harmless but odd. The base class is empty. Does the warning only happen for the copy constructor or other constructors also? Oddly I cannot...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
2:12 pm
2105
Dear all, I'm stuck with porting my code to a sgi irix using mips pro 6.5 or 7.3. It complains about a construct which boils down to #include <iostream> ...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
2:18 pm
2106
Salut, ... same for 7.4 (I'm finding more and more different sgi machines, it is like searching for easter eggs) ... I've found nothing in the man page. __sgi...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
2:44 pm
2107
Peter, I propose the following for ublas/config.hpp // SGI MIPSpro C++ compiler #if defined (__sgi) && ! defined (BOOST_STRICT_CONFIG) // Missing std::abs...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
5:31 pm
2108
... ..snip ... The syntax is correct and compiles fine on my test compilers. It is probably the const-antness that is causing the compiler heartache. I have...
Michael Stevens
mmssau
Offline Send Email
Oct 1, 2004
5:35 pm
2109
MSVC 7.1: Compiling without errors. Output: 0 4 Exception thrown while quitting: Run-Time Check Failure #2 - Stack around the variable 'a' was corrupted. ... ...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Oct 1, 2004
6:49 pm
2110
Salut Michael, ... Since it was only in two places I have applied a const_cast<> to cast the const away and to use a non-const matrix range. I am just a little...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
7:13 pm
2111
Salut, ... actually I have a several include file fixes for MipsPro, which I need to compile my sources, most notably #ifndef INCLUDES_CPP_CSTDDEF #define...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 1, 2004
7:17 pm
2112
... run the ... $uname -s -r -v HP-UX B.11.00 U $aCC -V aCC: HP ANSI C++ B3910B A.03.37 $./a.out 0 8...
a_balmashnov
Offline Send Email
Oct 4, 2004
8:22 am
2113
In the doc it says: """inner_prod (x, y)or inner_prod (conj (x), y)""" I assume that mean the first for real types, and the latter for complex types. It...
Neal D. Becker
nealdbecker
Offline Send Email
Oct 6, 2004
6:33 pm
2114
... Thanks for that. Looks like the majority of compilers don't support the original array placement new syntax. Michael...
Michael Stevens
mmssau
Offline Send Email
Oct 7, 2004
7:23 am
2115
Hi Neal, ... I think you are miss-interpreting the table. The table gives uBLAS equivalents to BLAS operations. All it is saying is that if you wanted to...
Michael Stevens
mmssau
Offline Send Email
Oct 7, 2004
7:36 am
2116
... [snip] ... Indeed. But it seems that the traits have no specialisation for the identity-matrix currently. Could you try to add one ? ... it bothers me that...
Toon Knapen
tknapen
Offline Send Email
Oct 7, 2004
6:19 pm
2117
Hi all, The ublas dev meeting is scheduled from 25 to 27th of octobre. Currently only 4 persons have confirmed (Michael Stevens, Gunther Winkler, Karl ...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2004
8:25 am
2118
Hi all, Unofrtunately I'm occupied on October 25 and 26 and cannot attend. We have, however, an important comment regarding ublas that we hope will be...
Matthias Troyer
matthiastroyer
Offline Send Email
Oct 8, 2004
9:16 am
2119
... I've added this discussion point to the agenda on the wiki page http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?UBlas_Dev-Meeting...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2004
9:50 am
2120
... What if unbounded_array would not call placement new. This would result in the elements not being initialised. This would be similar to C-arrays after...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2004
9:58 am
2121
... I was always of the opinion that C-arrays of non-POD types were always default-constructed? Matthias...
Matthias Troyer
matthiastroyer
Offline Send Email
Oct 8, 2004
10:02 am
2122
Salut, ... while we're at that topic I would like to remark, that I have a Coworker who will write a Server which takes BLAS & LAPACK request and distributes ...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 8, 2004
10:52 am
2123
... This is indeed of interest and I had a similar idea a few years ago (and I believe for the same application that you work on) ... In my experience there is...
Matthias Troyer
matthiastroyer
Offline Send Email
Oct 8, 2004
11:40 am
2124
Salut, ... There's another magic word: simplicity. As long as it is simple to start with, there will be the usual 'vendor lock in' you have in software...
Peter Schmitteckert
buckelrunter
Offline Send Email
Oct 8, 2004
12:40 pm
2125
... That is the case. Indeed uBLAS unbounded_array are now as Toon described. Dynamicly sized equivalents of a C array. Both types are 'uninitialised' in that...
Michael Stevens
mmssau
Offline Send Email
Oct 8, 2004
12:47 pm
2126
Hi, ... That week is unfortunately looking to be quite busy, but I think I will be able to make it, at least for one or two days. I might need to be back in ...
Ian McCulloch
ianmcc@...
Send Email
Oct 8, 2004
1:26 pm
Messages 2097 - 2126 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help