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 567 - 596 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
567
Hi Michael, ... Fixed, committed to Boost CVS and uploaded. Thanks, Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 1, 2003
1:47 pm
568
Hi Joerg, While working on some ET stuff just stumble accross a weakness in the definition of the _expression classes. At the moment they have both the ...
Michael Stevens
mmssau
Offline Send Email
Mar 1, 2003
5:57 pm
569
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 :...
ublas-dev@yahoogroups...
Send Email
Mar 2, 2003
10:13 am
570
Hi all, GluCat 0.1.2 RC2 should be the final release candidate for GluCat 0.1.2. I'll release GluCat 0.1.2 by 2003-03-07, if there are no showstoppers. RC2 has...
Paul C. Leopardi
pcleopardi
Offline Send Email
Mar 2, 2003
10:23 am
571
Hi Michael, ... I imagine that statically derived classes won't be copy constructible anymore then, but I'll have to write a test case first... Thanks, Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 3, 2003
9:10 am
572
Hi Joerg, ... Not sure what you mean by "statically" derived? I did some very basic testing. Making the offending copy constructor inaccessable seemed to have...
Michael Stevens
mmssau
Offline Send Email
Mar 3, 2003
12:46 pm
573
the type functor_type (which is row_major or column_major) is available in a ublas::matrix but not in e.g. a matrix_range. Would it be best that matrix_range...
Toon Knapen
tknapen
Offline Send Email
Mar 3, 2003
2:11 pm
574
... IMHO there's no need for traits here. fres...
Kresimir Fresl
kyriales
Offline Send Email
Mar 3, 2003
2:21 pm
575
Hi Michael, ... That's a synonym for the Barton & Nackman trick. ... OK. I tried to change the *_expression classes to privately inherit from ...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 4, 2003
8:07 am
576
Hi Toon, ... The orientation functor is not generic (see zero_matrix and identity_matrix for example). So it doesn't make much sense for me to investigate this...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 4, 2003
8:14 am
577
Hi again Joerg ... Sorry I should have sent some code. boost::noncopyable is not much use here. The best that I can do is: class vector_expression { private:...
Michael Stevens
mmssau
Offline Send Email
Mar 4, 2003
1:02 pm
578
... when passing a matrix (or matrix_range or matrix_slice) to BLAS or LAPACK, we need to know the orientation ! t...
Toon Knapen
tknapen
Offline Send Email
Mar 4, 2003
4:21 pm
579
Hi Michael, you wrote: [snip] ... I'll ... OK. IIUC we agree that vector_expression<> is nonassignable. I added // class onassignable...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 5, 2003
7:12 am
580
... Isn't this problem already solved in `matrix_traits<>'? All `matrix_traits<>' specializations have typedefed `ordering_type' which can be...
Kresimir Fresl
kyriales
Offline Send Email
Mar 5, 2003
7:29 am
581
Hi all, I recently wrote: [snip] ... type ... Any ... [snip] This doesn't seem to be the whole story. I yesterday posted the following message to...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 5, 2003
8:24 am
582
... [...] Neither with como: ================================================= "volatile.cc", line 6: error: no operator "=" matches these operands operand...
Kresimir Fresl
kyriales
Offline Send Email
Mar 5, 2003
9:27 am
583
Salut, ... and neither with ibm va xlC 5.0 0r 6.0, using 6.0: peters@sisley:[...]/t: cat t.C #include <complex> int main() { std::complex<double> c1, c2; ...
Peter Schmitteckert
buckelrunter
Offline Send Email
Mar 5, 2003
10:20 am
584
Hi all, ... [snip] ... First of all, I checked the above program with ICC -Xc (meaning strict ANSI compatibility) and ICC rejects the program then, too (BTW,...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 6, 2003
8:22 am
585
Hi Joerg, ... Big problem with ... Big problem with the language here! Clearly it is not desirable to have to rework every UDT with additional volatile...
Michael Stevens
mmssau
Offline Send Email
Mar 6, 2003
3:52 pm
586
Hi all, Thanks for your help in testing, and special thanks to George Walter for suggested changes to the uBLAS interface in GluCat. See...
Paul C. Leopardi
pcleopardi
Offline Send Email
Mar 7, 2003
1:11 pm
587
Hi Roland, ... Yes. The following mix of std::vector and ublas::vector seems to work for me ... #include <vector> #include <boost/numeric/ublas/vector.hpp> ...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 10, 2003
10:54 pm
588
Hi Joerg, [snip] ... I think it's an important point, but I don't think any fixed choice will serve most users fine. Sometimes I was glad to have that check,...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Mar 11, 2003
2:09 pm
589
Hi Julius, ... compatibility ... serve most users fine. > Sometimes I was glad to have that check, it's really useful to find bugs in complicated ... to use a ...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 13, 2003
9:16 am
590
Hi Joerg, [snip] ... Yes I agree changing operator= will serve nicely to avoid std:: compatibility problems. Also, the run time size checks are most useful to ...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Mar 13, 2003
1:15 pm
591
Hi Julius, you wrote: [snip] ... compatibility problems. ... inner_product ... OK, I have changed this in my local copy and Roland's original sample now ... ...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 16, 2003
1:24 pm
592
... From: stuart macgregor To: boost-users@yahoogroups.com Sent: Friday, March 21, 2003 2:26 PM Subject: [Boost-Users] ublas: questions from a newcomer ... I...
jhr.walter@...
jhrwalter
Offline Send Email
Mar 22, 2003
11:12 am
593
... Atlas bindings work for me in the `real' code (but I am biased ;o) I am also using SuperLU bindings for sparse matrices, but they are not in boost-sandbox...
Kresimir Fresl
kyriales
Offline Send Email
Mar 25, 2003
4:26 pm
594
... I don't believe it's feasible. When implementing the bindings I found it to be very subtle. For instance, lapack functions might have different signatures...
Toon Knapen
tknapen
Offline Send Email
Apr 1, 2003
11:03 am
595
Hi, After some discussions in my group when we had Jeremy Siek visit this weekend we agreed that we would like to see generic C++ lapack interfaces that work...
Matthias Troyer
matthiastroyer
Offline Send Email
Apr 1, 2003
1:35 pm
596
Hi Matthias, hi all, ... This is the main idea behind the vector and matrix traits classes in the bindings library -- for example, currently blas level 1...
Kresimir Fresl
kyriales
Offline Send Email
Apr 1, 2003
2:57 pm
Messages 567 - 596 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