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...
Show off your group to the world. Share a photo of your group with us.

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 1167 - 1196 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1167
Hi Andreas, I am still working on other porting problems of our applications and did thus not find the time to finish testing and documentation of the bindings...
Matthias Troyer
matthiastroyer
Offline Send Email
Nov 1, 2003
5:09 pm
1168
Hello, I am new to uBLAS, I hope my question is not completly stupid! I am converting my quantum optics programs from F90 to C++. I make heavy use of...
bone15152000
Offline Send Email
Nov 1, 2003
7:08 pm
1169
In the following e-mail: http://lists.boost.org/MailArchives/boost/msg37917.php I found the following comparison of MTL and uBLAS libraries performance. Size...
Andrzej Pownuk
andrzej_pownuk
Offline Send Email
Nov 1, 2003
11:36 pm
1170
Hi all, Since the original post was mine, I need to comment on this. 1) The quote is taken out of context. It is not a comparison of MTL and uBLAS libraries...
Paul C. Leopardi
pcleopardi
Offline Send Email
Nov 2, 2003
1:37 am
1171
Hi all, ... See also Gunter's short (sparse)-matrix-howto: http://www-user.tu-chemnitz.de/~wgu/ublas/matrix_sparse_usage.html fres...
Kresimir Fresl
kyriales
Offline Send Email
Nov 2, 2003
8:54 am
1172
Hi Andrzej, Some time ago (starting in Dec 2002) there was a discussion about uBLAS performance and its comparision to other libraries including MTL.Sparse and...
Alexei Novakov
alexei_novakov
Offline Send Email
Nov 2, 2003
4:43 pm
1173
Hi Angus, ... Interesting problem Joerg wrote, ... I also tried with boost CVS and a couple of compilers (gcc-3.3.1 gcc-2.95.3 intel linux 7.1). I see the same...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2003
8:06 pm
1174
... It's a colloquialism. "use ublas in anger" means that I'm using it for real production code, not just playing with it. ... Good news. Then I'll try the...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 2, 2003
8:09 pm
1175
Hi Joerg, ... I would think this is unneceassary. The workaround seems fine. The element proxies are already complicated enough for me ! Best, Michael...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2003
8:12 pm
1176
... Maybe it's some strange 64 bit problem (the code was tested on a Dec Alpha machine running Debian unstable). No matter, I'll try out the yahoo files ...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 2, 2003
8:13 pm
1177
Hi Angus, ... real ... I see. ... In this order: - Bug fixes - Compatibility fixes (especially for regression tested platforms) - If there's some motion I'll...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 2, 2003
8:43 pm
1178
... Ok, I tried out the code in the yahoo files section (ublas_2003_10_30.zip). I'm afraid that the assertion is still triggered on the Dec Alpha. Assembled...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 2, 2003
9:13 pm
1179
Hi Angus, ... Since the two matrics look to be the same but are not equal it suggests a rounding problem. The first thing I would do is subtract one form the ...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2003
10:16 pm
1180
Hi All, Just discovered that compressed vectors are no longer working with VC7. At first I thought it must be related to the element proxy changes, but turns...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2003
10:25 pm
1181
Hi again, Not sure why I wrote compressed vector I ment coordinate vector as the test case shows. Problem also shows up in latest boost regression runs so...
Michael Stevens
mmssau
Offline Send Email
Nov 2, 2003
10:31 pm
1182
... Hi Mattias, I am also working on blas and lapack bindings. I was wondering how you handle workspace. I have written bindings for gees, steqr and a few...
Karl Meerbergen
Karl.Meerbergen@...
Send Email
Nov 3, 2003
7:57 am
1183
Hi Michael, ... I just copied paste your program and compiled: No errors. I am using the 7.1.3088 with 1.1.4322 Framework. ( Are you using 7.0 or 7.1 ? ) The...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Nov 3, 2003
8:07 am
1184
Hi Patrick, Thanks for retesting for me. ... Version 13.00.9466 aka VC7.0 Problem must be very VC7.0 specific. No other compiler (intel or gcc) ha s the...
Michael Stevens
mmssau
Offline Send Email
Nov 3, 2003
8:57 am
1185
Hi Micheal, ... Sorry, just because I am always a little bit scared, that it is not working anymore on my System. ... Yep. ... I did not doubt this :-). ...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Nov 3, 2003
9:13 am
1186
Hi Mattias, thanks a lot for your files, I will have a look at them and will try to do my first steps with ublas. Until now I have been using a quite old...
groenewoudse
Offline Send Email
Nov 3, 2003
10:44 am
1187
... Ok, I dug. Attached is a patch to matrix_assign.hpp from the ublas_2003_10_30.zip snapshot. It simply disables the offending assert and adds lots of...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 3, 2003
2:02 pm
1188
Hi all, ... Debian ... I believe it's a problem of (gradual?) underflow. I tend to relax the debug check using something like #define...
jhr.walter@...
jhrwalter
Offline Send Email
Nov 4, 2003
7:24 am
1189
... Great news. Thanks, Joerg. Regards, Angus...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 4, 2003
10:01 am
1190
I've just used ublas::vector as a drop in replacement for my own, naïve 3D vector class Coord. Unix 'size' reports that the resulting code is half the size...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 4, 2003
11:13 am
1191
Hi, I use typedef bounded_vector<double, 3> Coord; with bounded_vector defined in vector.hpp. You get the size and speed benefit from using static or auto...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Nov 4, 2003
12:10 pm
1192
... Many thanks for the pointer, Julius. I'll investigate. ... Impressive! Regards, Angus...
Angus Leeming
r73ue8_u1
Offline Send Email
Nov 4, 2003
1:19 pm
1193
Reading access to zero elements of a sparse matrix inserts explicit zero elements in the sparse matrix. Sample code: sparse_matrix<double> M(2,2); ...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Nov 6, 2003
1:31 pm
1194
... confirmed with gcc-3.2 and ublas_2003_11_04.zip. The problem is common to all sparse matrix types. Interesting problem ... regards Gunter...
Gunter Winkler
guwi17@...
Send Email
Nov 6, 2003
2:31 pm
1195
... The problem is, that cout << M(0,0) calls reference M.operator()(i,j) instead of const_reference M.operator()(i,j) const Any idea how to tell the compiler...
Gunter Winkler
guwi17@...
Send Email
Nov 6, 2003
3:15 pm
1196
How do I compare two (sparse) matrices? Can it be that there is no comparison operator ( bool operator == ) for matrices or am I blind? Thanks....
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Nov 6, 2003
3:50 pm
Messages 1167 - 1196 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