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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1301 - 1330 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1301
... You could use an iterative method like the power method which converges to the dominant eigenvalue/eigenvector pair: start with x=(1,0,...,0), iterate x :=...
Gunter Winkler
guwi17@...
Send Email
Dec 1, 2003
8:46 am
1302
Hi, ... This seems to be correct only until version 4.0: UMFPACK 4.1 has added an algorithm to handle symmetric matrices. ... Best regards, Julius...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Dec 1, 2003
10:09 am
1303
Hi I don't know if this is a bug or a feature, and I have no opinion about what if anything you should do about it, but for me it occurred in a real world...
Desmond Campbell
DesmondCampbell
Offline Send Email
Dec 1, 2003
11:40 am
1304
Salut, ... I would call this the correct extension to matrices with zero columns or zero rows. If you don't sum you get nothing. The only problem is, that...
Peter Schmitteckert
buckelrunter
Offline Send Email
Dec 1, 2003
11:52 am
1305
Dear Derek, The IETL also works with sparse matrices and we have a new version (not yet released because the documentation is not fully updated yet) that...
Matthias Troyer
matthiastroyer
Offline Send Email
Dec 1, 2003
1:05 pm
1306
Hi, I found what I believe is a bug with matrix_range/matrix_row. A matrix_row can be constructed from a matrix_range, but the constructed object contains...
Desmnod Campbell
DesmondCampbell
Offline Send Email
Dec 1, 2003
1:31 pm
1307
Dear Matthias, I was hoping you would say that. Yes please! If it is too large to send by email, it can pick it up by anon ftp. Regards Derek...
Derek Lee
quantumlondon
Offline Send Email
Dec 1, 2003
4:09 pm
1308
... Thanks for the info Julius. Regards, Angus...
Angus Leeming
r73ue8_u1
Offline Send Email
Dec 1, 2003
5:54 pm
1309
Hi Desmond, ... A feature ;-) ... Hm, unsure about the 'spuriously'. ... [...] The idea when allowing zero-sized vectors/matrices was to eliminate code for ...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 1, 2003
7:22 pm
1310
Hi Desmond, ... 1.30.2 is the same as 1.30.0 w.r.t. ublas. [...] ... Oops. My local copy compiled with GCC 3.3.2 gives ... INFORM: : create a matrix with...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 1, 2003
8:26 pm
1311
I was bitten once again by a zero-insertion problem similar to that discussed before in http://groups.yahoo.com/group/ublas-dev/message/1193?threaded=1 The...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 2, 2003
1:04 pm
1312
Hi, ... I already tried to fix that as described in http://groups.yahoo.com/group/ublas-dev/message/1225 ... With a slightly modified test program ... #include...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 2, 2003
10:39 pm
1313
I recently profiled an application which uses ublas on FreeBSD 4.5, with g++ 2.95.3 and ublas from boost 1.29.0. While doing Kalman filtering with some fairly...
Ben Mesander
bentimapps
Offline Send Email
Dec 2, 2003
11:18 pm
1314
... I have to apologize. As I noticed before and said in the old thread the fix doesn't work for VC7.0. I somehow failed to remember that and draw the right...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
10:33 am
1315
Hi Ben, ... Oh that is a old compiler and old version of ublas! ... The issue of next products is something that causes a great deal of confusion. It even came...
Michael Stevens
mmssau
Offline Send Email
Dec 3, 2003
10:36 am
1316
Hi, ... Of course it would be good if there were no nasty surprises with VC7.0 and VC7.1! From reading your initial posting it seems there were two related ...
Michael Stevens
mmssau
Offline Send Email
Dec 3, 2003
10:50 am
1317
When profiling my program, I noticed that much time was spent in an unexpected part of the code. It turned out that some ublas sparse matrix operations are...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
12:46 pm
1318
... I support the request. In my code, I have the following: //some function modifying a vector void do_something(VECTOR &v) { ... } ... MATRIX dmat; ... //now...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
2:17 pm
1319
... Did you try A = A + B? It is usually much faster to create a new matrix from both operands than to insert elements into A because you can merge the ...
Gunter Winkler
guwi17@...
Send Email
Dec 3, 2003
2:58 pm
1320
... Why don't you use a templated function template <typename V> do_something(V& v) { ... } Karl...
Karl Meerbergen
Karl.Meerbergen@...
Send Email
Dec 3, 2003
3:08 pm
1321
Hi Guys, ... I think you are cunfusing object oriented type compatibility with generic code. matrix_row and vector are two completely different types. They...
Michael Stevens
mmssau
Offline Send Email
Dec 3, 2003
3:09 pm
1322
... Thanks, that is an idea that will work in many cases....
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
4:44 pm
1323
... Sounds good. I think it is a quite natural wish to handle the proxy types (row, column, range...) in the same way you handle the solid types (matrix,...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
5:02 pm
1324
... Thanks, that is good to know. I was already wondering if there is a function to show me the amount of memory used by a matrix. Maybe "non_zeros" is an...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 3, 2003
5:12 pm
1325
I tried to switch from VC 7.0 to VC 7.1 and ran into some problems with the element proxies. It seems that I can't get a reference to a sparse matrix element....
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 6, 2003
4:46 pm
1326
I helped myself by adding a function get() to sparse_matrix_element in matrix_sparse.hpp: BOOST_UBLAS_INLINE reference get() { dirty_ = true; return d_; } So I...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 7, 2003
11:59 pm
1327
... Right. I would like to stress that the invalidation problem is not fixed. I modified my initial code sample to demonstrate that. The code creates a vector...
gitarrenschlumpf
gitarrenschl...
Offline Send Email
Dec 8, 2003
12:16 am
1328
Hi, this is a short notice to let you know that we have our own sourceforge project on http://www.sf.net/projects/ublas now. I'll stop distributing snapshots...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 9, 2003
5:37 am
1329
Hi, ... Yes. ... This is due to the bug fix documented here: http://groups.yahoo.com/group/ublas-dev/message/1137 ... That's dangerous. ... Interesting idea....
jhr.walter@...
jhrwalter
Offline Send Email
Dec 9, 2003
6:22 am
1330
Hi, ... Yes. ... [snip] ... Here viter may or may not be invalidated depending on the storage type. ... This behaviour probably should be documented. Thanks, ...
jhr.walter@...
jhrwalter
Offline Send Email
Dec 9, 2003
6:38 am
Messages 1301 - 1330 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