... 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 ...
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...
Salut, ... same for Version 6.5 Best wishes, Peter _______________________________________ Dr. Peter Schmitteckert TKM / CFN University of Karlsruhe ++49 721...
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...
... 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...
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> ...
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, I propose the following for ublas/config.hpp // SGI MIPSpro C++ compiler #if defined (__sgi) && ! defined (BOOST_STRICT_CONFIG) // Missing std::abs...
... ..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...
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...
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...
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...
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...
... [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...
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 ...
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...
... 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...
... 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...
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 ...
... 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...
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...
... 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...
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 ...