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 663 - 692 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
663
... Thanks again for pointing this out so clear. What I now wonder about is : are'nt column_major and column_major_tag redundant ? Both are types and denote...
Toon Knapen
tknapen
Offline Send Email
May 2, 2003
1:42 pm
664
... Yes, and just for this reason it is good to have both. Construction of an empty object is less expensive. So, if you have to overload a template function,...
Kresimir Fresl
kyriales
Offline Send Email
May 5, 2003
9:49 am
665
Hi Joerg, Thanks for the reply. I have done a little more work on the noalias syntax support to address the issues you raised. ... I think the dangling...
Michael Stevens
mmssau
Offline Send Email
May 5, 2003
10:26 am
666
... But 'struct row_major' is also empty, i.e. it has no member variables, nor virtual functions and thus a zero memory footprint ? toon...
Toon Knapen
tknapen
Offline Send Email
May 5, 2003
11:50 am
667
... I must admit that I didn't look into the definition of row_major. But even if you are right (and you are ;o), can you be sure that it will be empty in the...
Kresimir Fresl
kyriales
Offline Send Email
May 5, 2003
12:03 pm
668
... good point ... true. OK, I'm in peace with the implementation as is (and learned a few things on the way again) so I rest my case. toon...
Toon Knapen
tknapen
Offline Send Email
May 5, 2003
12:55 pm
669
Hi Toon, hi Kresimir, you both made good points. My main rationale not to change things is that we have three storage categories currently (row major, column...
jhr.walter@...
jhrwalter
Offline Send Email
May 6, 2003
6:05 am
670
... also a good point !...
Toon Knapen
tknapen
Offline Send Email
May 6, 2003
7:43 am
671
Hello, I need to compute the condition number of a matrix X with respect to inversion. Matlab is using NORM(X) * NORM(INV(X)) with NORM as max(svd(X)) which...
o_petzold
Offline Send Email
May 7, 2003
9:04 am
672
Hi Alex, ... Ouch! Another bug. I've added typedef matrix_reference<self_type> closure_type; to identity_matrix<> (and zero_matrix<> and something similar to ...
jhr.walter@...
jhrwalter
Offline Send Email
May 8, 2003
12:37 am
673
... Yes. That is -- no. There's no binding to svd yet. ... It can be added to lapack bindings. In the message ...
Kresimir Fresl
kyriales
Offline Send Email
May 8, 2003
10:21 am
674
Hello, The recently posted lu works fine (thanks Joerg) but the underlying outer_product does not keep the sparsity of the matrix, it fills in lots of zeroes...
Gunter Winkler
guwi17@...
Send Email
May 10, 2003
10:03 am
675
Hi all, Geert Ceuppens privately reported a 1.30.0 regression for packed adaptors ... #include <boost/numeric/ublas/matrix.hpp> #include...
jhr.walter@...
jhrwalter
Offline Send Email
May 10, 2003
11:16 am
676
Hi all, It may be worthwhile to report a problem with gcc 3.3 to the gcc team. This problem affects uBLAS, and can be seen by trying to compile glucat-0.1.2...
Paul C. Leopardi
pcleopardi
Offline Send Email
May 11, 2003
1:01 pm
677
Hi Ian, ... John Maddock reported and explained this problem to me some time ago (thanks!) and I've (hopefully) implemented a *ugly* workaround for it. The ...
jhr.walter@...
jhrwalter
Offline Send Email
May 12, 2003
7:03 am
678
Hi Zhang, ... unsigned ... I'd try to add specializations of the form template<> struct promote_traits<std::size_t, unsigned char> { typedef std::size_t...
jhr.walter@...
jhrwalter
Offline Send Email
May 12, 2003
7:15 am
679
Hi all, [snip] ... what i ... Just a few days ago I was trying to do the same thing and got the same error. Pretty much by accident, I found that by defining ...
Andrew James
ajames_boost
Offline Send Email
May 12, 2003
1:42 pm
680
Hello all, today I encountered a strange problem. Please regard the code below (file included as well). It produces a warning ublas.cpp(9) : warning C4172:...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
May 13, 2003
10:24 am
681
Hello, Any idea if there is out there a library that uses uBLAS' interface, and provides algorithms for eigenvectors calculations? matrix decomposition?...
josefsyk
Offline Send Email
May 13, 2003
1:17 pm
682
Hello, after Joergs latest changes the LU of a banded matrix has (finally) a computational complexity of O(n) which is optimal. [You can count the number of...
Gunter Winkler
guwi17@...
Send Email
May 14, 2003
10:24 am
683
... interface, ... Well - there's some excellent work being done by Kresimir Fresl and Toon Knapen; and by now Joerg Walter is an expert as well ( ;-) to Joerg...
geert_ceuppens
Offline Send Email
May 14, 2003
5:00 pm
684
Hi Gunter (hi all), ... I hadn't even the time to announce them ;-) ... You privately pointed out that performance problems could arise for certain computed...
jhr.walter@...
jhrwalter
Offline Send Email
May 14, 2003
10:50 pm
685
Hi all, ... certain ... assignment ... it2; ... it2; ... I applied a similar patch for sparse proxy evaluators. Gunter reported another problem in some...
jhr.walter@...
jhrwalter
Offline Send Email
May 15, 2003
6:32 am
686
Hi Patrick, ... included as well). It produces a warning ... temporary ... 'const double ... Did I overlook ... No. This is an idiosyncrasy of current ublas....
jhr.walter@...
jhrwalter
Offline Send Email
May 15, 2003
7:09 am
687
Hi Andy, ... Interesting. ... The former: maybe. The latter: probably. Indexed iterators are an artefact of the time when I believed ublas wouldn't need sparse...
jhr.walter@...
jhrwalter
Offline Send Email
May 15, 2003
7:14 am
688
Dear Joerg, Dear developers! The following program (Sorry, I had to include the part from lu.hpp, since the new axpy_lu_factorize produced some kind of...
Stephan Puchegger
snpuchegger
Offline Send Email
May 15, 2003
7:22 am
689
Hi Paul, ... This ... with ... gcc ... regression ... Yep, I've noticed this one. ... does ... Ouch. Isn't that a regression w.r.t. GCC 3.2 then (or is the...
jhr.walter@...
jhrwalter
Offline Send Email
May 15, 2003
7:32 am
690
Dear Joerg, Dear Developers! My last example was not perfect, since it used a matrix, but the same is of course true for vectors: <snip> int main(void) { ...
Stephan Puchegger
snpuchegger
Offline Send Email
May 15, 2003
8:45 am
691
Hi Joerg, hi Patrick, ... [...] ... Yes, I am the guilty one. ... I lost my original benchmark programs (I think that that was when I worked on...
Kresimir Fresl
kyriales
Offline Send Email
May 15, 2003
5:31 pm
692
Hi Benedikt, ... and ... Changed to std::rand() in my local copy (seems like I've been programming too much C in the past ;-) ... implicitely. And yes,...
jhr.walter@...
jhrwalter
Offline Send Email
May 15, 2003
9:42 pm
Messages 663 - 692 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