Including vector_proxy without first including vector.hpp results in a zillion errors. Should'nt '#include <boost/numeric/ublas/vector.hpp>' be added in...
I've started reworking the bindings library. Why ? First because Kresimir found out that the current implementation of the BLAS and LAPACK bindings is not...
Joerg, Ever thought about adding ublas regression tests to the boost regression test suite ? This way we would gain a lot of info on portability of ublas on...
Hi Toon, ... Yes. ... This would mean a kind of cyclic dependency between header files, but should be possible. Do you have a use case for this (i.e. needing a...
Hi Toon, ... test suite ? test1-6 are part of the boost regression tests for some time (8 months) now. ... different platforms. Yes. You may have missed them,...
... First IMHO every include file should be include all its dependencies himself such that just including a file does not generate errors (is btw also a `boost...
Hello all, Basic question about the ublas library. I am not sure if that is the place to ask, but the only other place I can think of is the boost-users...
Hi Alexis, I've been through the same thing a few weeks ago, and there is some discussion on this topic early March this year on ublas-dev, I believe. You are...
Hi Toon, ... OK. ... OK. ... should ... OK. I don't like the idea of a program looking like #include <boost/numeric/ublas/vector_proxy.hpp> int main() { ...
Hi Toon, ... regression ... now. ... Yes, there was some private discussion. Beman Dawes pointed out how to easily resolve that name clash. I'll wait a couple...
Hello Alexis, Seems like a very advanced Newbie question! The reason the vectors are empty (size ==0) is that they were default constructed. This creates empty...
Hi Julius, hi Alexis, ... discussion on this topic > early March this year on ublas-dev, I believe. You are doing nothing wrong: ublas vectors ... underlying...
Hi Alexis, ... bounded_array is constructed on the stack, with auto storage duration, while others are constructed on the heap, with dynamic storage duration A...
I have one (possible) solution for solving the ublas matrices (sparse and dense) serialization problem in a very flexible way. This solution is based on IoBind...
Hello all, I searched the group but I did not find anything, sorry. I have some problems with the usage (or understanding) of the *_expression types. See code...
... The error is: T is a vector-type. So you try to assign a single value to a vector. template <typename T> void foo2(const vector_expression<T> & x) { ...
Gunter Winkler
guwi17@...
Jun 5, 2003 12:28 pm
733
The problem I see with that is that our sparse matrices are often very large (up to multiple gigabytes) and a serialization has to be efficient and in binary...
ok, I'll stream that up to binary ostream... ... Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) ...
Hi Joerg, As promised, I had a another look at your released noalias code. You already put out the latest boost CVS version and a couple of downloads, so you...
Hi Jonathan, ... dense) serialization > problem in a very flexible way. This solution is based on IoBind ... [snip snippet] ... Yeah! I've downloaded iobind...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ublas-dev group. File : / Net Dating...
ublas-dev@yahoogroups...
Jun 5, 2003 10:16 pm
738
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ublas-dev group. File : / Live Webcam...
ublas-dev@yahoogroups...
Jun 5, 2003 10:17 pm
739
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ublas-dev group. File : / Free Pics...
ublas-dev@yahoogroups...
Jun 5, 2003 10:17 pm
740
Hi all, it looks as if we'd have been the victim of a spam attack. This is the price for the public access to ublas-dev. If someone is annoyed (besides me ;-),...
Hi Joerg, Certainly is annoying. Just the titles make you wonder. Uploading to yahoo groups seems a very odd way of spamming however. All the best, Michael...
... the price ... me ;-), ... Well, it is annoying. And probably I am the guilty one because I suggested to allow the public access to ublas-dev. But isn't it ...
IoBind goes 0.3 and now can serialize all the uBLAS matrices types. :) ... Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied...
Hi all, Sorry about the delay, but I have finally started testing the changes to uBLAS which are in Boost CVS. The current release of GluCat - 0.1.2 - was...