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 715 - 744 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
715
Including vector_proxy without first including vector.hpp results in a zillion errors. Should'nt '#include <boost/numeric/ublas/vector.hpp>' be added in...
Toon Knapen
tknapen
Offline Send Email
Jun 2, 2003
9:57 am
716
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...
Toon Knapen
tknapen
Offline Send Email
Jun 2, 2003
10:46 am
717
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...
Toon Knapen
tknapen
Offline Send Email
Jun 2, 2003
1:27 pm
718
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...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 3, 2003
6:55 am
719
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,...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 3, 2003
7:01 am
720
... 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...
Toon Knapen
tknapen
Offline Send Email
Jun 3, 2003
10:45 am
721
... How so ? How can this be resolved do you think ? Is the guy responsible for adding the variant tests aware of this ? toon...
Toon Knapen
tknapen
Offline Send Email
Jun 3, 2003
11:10 am
722
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...
Alexis
alexismajordomo
Offline Send Email
Jun 4, 2003
10:26 pm
723
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...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Jun 5, 2003
7:44 am
724
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() { ...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 5, 2003
8:34 am
725
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...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 5, 2003
8:37 am
726
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...
Michael Stevens
mmssau
Offline Send Email
Jun 5, 2003
8:38 am
727
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...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 5, 2003
8:45 am
728
Thanks all for the answer. But I am not quite sure I understand everything. I thought that the second template argument, ...
Alexis
alexismajordomo
Offline Send Email
Jun 5, 2003
8:56 am
729
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...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Jun 5, 2003
9:50 am
730
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...
Jonathan de Halleux
jdehalle
Offline Send Email
Jun 5, 2003
11:43 am
731
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...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Jun 5, 2003
12:16 pm
732
... 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@...
Send Email
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...
Matthias Troyer
matthiastroyer
Offline Send Email
Jun 5, 2003
1:45 pm
734
ok, I'll stream that up to binary ostream... ... Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied Mechanics (CESAME) ...
Jonathan de Halleux
jdehalle
Offline Send Email
Jun 5, 2003
2:09 pm
735
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...
Michael Stevens
mmssau
Offline Send Email
Jun 5, 2003
2:43 pm
736
Hi Jonathan, ... dense) serialization > problem in a very flexible way. This solution is based on IoBind ... [snip snippet] ... Yeah! I've downloaded iobind...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 5, 2003
9:58 pm
737
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...
Send Email
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...
Send Email
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...
Send Email
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 ;-),...
jhr.walter@...
jhrwalter
Offline Send Email
Jun 5, 2003
10:33 pm
741
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...
Michael Stevens
mmssau
Offline Send Email
Jun 6, 2003
8:00 am
742
... 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 ...
kyriales
Offline Send Email
Jun 6, 2003
8:16 am
743
IoBind goes 0.3 and now can serialize all the uBLAS matrices types. :) ... Jonathan de Halleux, Research Assistant Center for Systems Engineering and Applied...
Jonathan de Halleux
jdehalle
Offline Send Email
Jun 6, 2003
11:29 am
744
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...
Paul C. Leopardi
pcleopardi
Offline Send Email
Jun 7, 2003
1:35 am
Messages 715 - 744 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