Hi all, the good news: due to the fantastic work of the gcc team the bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11198 seems to be fixed in gcc 3.3.1...
Hi Guys, I have been *trying* ;-) to get to the bottom of a possible bug that appears to arise in the use of matrix proxy iterators, using an up-to-date CVS ...
Hi all, I updated the bindings is files section of this ml; file is bindings_2003_08_07.zip. Important news are: 1. new implementation of traits classes ...
Do uBLAS people look at the VC7.1 problem ? uBLAS is not compiling at all on vc7.1??? ... Jonathan de Halleux, Research Assistant Center for Systems...
Jonathan, boost regression tests usually look OK for VC7.1, for example here: http://boost.sourceforge.net/regression-logs/cs-win32.html Do you have problems...
Hi Paul, I've just found the time to regression test current ublas against ... Probably not. My fix for the latest glucat is ... +++ glucat.h Sat Aug 9...
Hi Matt, ... Yes. ... And yes. ... OK. This one is a bug in ublas debug mode. ... Absolutely. I believe it wasn't noticed earlier, because we're used to use ...
Hi Peter, ... Not that I'd know about it. ... Seconds against minutes? It probably would be good if you could send some test case (although I fear it has to do...
Salut Joerg, ... Yes, it's really seconds against minutes. I'll try to set up a test case, but it will take some time, or are you interested in look at >1MB...
Hi all, before committing my local copy to Boost CVS I've been thinking about updating the docs. The parts of the docs most out of sync with the actual ...
I'm getting an error when trying compile code using spare matrix under vc7.1 (using the latest uBlas version downloaded from the doc ) Error occurs at...
Hi Jonathan, ... yahoo.groups files section or CVS? ... In 08/09/2003's zip, matrix_expression.hpp, line 781: #ifdef BOOST_MSVC_STD_ITERATOR typedef...
... Neither one, link available from the ublas documentation page : http://www.genesys-e.org/ublas/downloads/ublas.zip ... I have not the source here at the...
Hi Jonathan, ... http://www.genesys-e.org/ublas/downloads/ublas.zip That source is outdated, sorry. I'll probably go and ask them to redirect to www.boost.org...
Ok, how do I get the latest ? Is it on yahoo files ? ... Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) ...
Hi Jonathan, ... Yes. And my commit to boost CVS is visible in 24 hours (sf is working with a backup server for anonymous CVS access) probably. Best, Joerg...
I have just used UBLAS for the first time in (only a little) anger, to migrate an existing set of classes which used a home grown vector/matrix lib (it was...
stuart macgregor
gclbu-ublas-dev@...
Aug 12, 2003 4:09 pm
872
stuart macgregor wrote: [...] ... There is undocumented storage type array_adaptor<> (see storage.hpp): double b[] = { 10, 11 }; ublas::array_adaptor<double>...
Hi all, Now that I am using UBLAS, I miss some things that my old home grown library provided. I wonder whether they would be generally desired? My old lib...
stuart macgregor
gclbu-ublas-dev@...
Aug 12, 2003 4:42 pm
875
Hi Stuart, ... C ... Kresimir mentioned class array_adaptor<> already. Beware of its unusual copy semantics, though. Samples for using it maybe found in the...
... Thanks, that does it for vectors, can this also be used for matrices? ublas::matrix<double, row_major, ublas::array_adaptor<double> > m2(1,n,vaa);...
stuart macgregor
gclbu-ublas-dev@...
Aug 12, 2003 5:03 pm
877
Hi Mike, ... [snip similar errors] Interesting, I've just tested a bit with my old VC 6 system and fixed a couple of regressions (new download available on the...
Dear Joerg, Thanks very much for your prompt investigation. Unfortunately, I'm embarrassed to report, the error is on my end. Apparently I only unzipped part...