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 471 - 500 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
471
... [...] ... Inner product is in uBLAS defined as inner_prod (v1, v2) = sum (v1 [i] * v2 [i]), that is, as v1^T v2 both for real and complex vectors -- it is ...
Kresimir Fresl
kyriales
Offline Send Email
Feb 1, 2003
8:19 am
472
Hi Julius, ... Ouch ;-( ... looks ... The following code compiles successfully with GCC 3.2.1: #include <boost/numeric/ublas/matrix.hpp> using namespace...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 1, 2003
8:59 pm
473
... [snip the excellent explanation] ... Fixed. How did COMO detect this one? ;-) Thanks, Joerg P.S.:I've just uploaded my current version containing mostly...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 1, 2003
9:19 pm
474
Hi Michael, ... It seems everybody is agreeing it's a good idea. So go for it! Thanks, Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 1, 2003
9:24 pm
475
... x ); ... ... or with VC++.NET ;o) ... ... and with Comeau's C++ compiler 4.3.0.1, too. Also with the following addition to `main()': ublas::matrix< double...
Kresimir Fresl
kyriales
Offline Send Email
Feb 2, 2003
9:39 am
476
Hi Joerg, ... Compiler magick ;o) ... with a little help from a human friend. ... I think yes -- `examples' in `test?' and `bench?' directories are not very...
Kresimir Fresl
kyriales
Offline Send Email
Feb 2, 2003
10:00 am
477
Hi Kresimir, you wrote: [snip] ... documentation ... documentation ... bugs ... boost ... Done, new download available. ... Corrected. Thanks, Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 2, 2003
11:45 am
478
Hi Kresimir, ... doesn't ... same ... ... or with ublas' perception of MS compilers ;-). I've just upgraded boost on my old Win98 box from 1_25_1 to 1_29_0 and...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 2, 2003
11:58 am
479
Hi Joerg, Kresimir, ... And with MSVC .NET as well, now ... Yes it does, both with MSVC 6.0 and .NET Thanks, Julius Julius Muschaweck ...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Feb 2, 2003
8:24 pm
480
Hello Joerg, and hello to whoever deals with MSVC .NET Standard conformance at boost: I found a small but nasty bug between MSVC .NET and ublas which I believe...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Feb 3, 2003
5:46 am
481
Hi Julius, ... is ... boost::numeric::ublas::type_traits<float>::abs( -10.2f ) << " " ... boost::numeric::ublas::type_traits<double>::abs( -10.2 ); ... Ouch. ...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 3, 2003
8:33 am
482
Hi Joerg, ... Sorry, I had a typo in the boost ml address. You included my message in your reply, so I don't send it again. ... I think they should, too, but...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Feb 3, 2003
10:06 am
483
Hi Julius, you wrote: [snip] ... be ... Standard (Table 81, ... the others like sqrt > and asin into cmath. The reason why ublas/type_traits.hpp still compiles...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 3, 2003
10:26 am
484
Hi Joerg, hi Julius, I am not sure whether the message http://groups.google.com/groups?selm=3E23CE08.893428D0%40bdal.de from comp.lang.c++.moderated is on...
Kresimir Fresl
kyriales
Offline Send Email
Feb 3, 2003
10:42 am
485
Hi Joerg, (snip) ... No it doesn't, for the same reasons as with cmath. Julius Muschaweck _____________________________________________________ OEC AG ...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Feb 3, 2003
11:06 am
486
Hi Kresimir, hi Joerg, ... Thanks. The message is exactly on topic. The author presents a nice program that determines the availability of abs overloads, and a...
Julius Muschaweck
juliusmuscha...
Offline Send Email
Feb 3, 2003
2:33 pm
487
Hi Joerg, Hi All, Ok I was spured into action. I have edited together all the notes I have made regarding uBLAS over the last year. Hopefully this will augment...
Michael Stevens
mmssau
Offline Send Email
Feb 3, 2003
6:52 pm
488
Dear Julius, I have come across this problem before. The same problem occured when I was working on .NET patches for boost::quaternion. The following is from...
Michael Stevens
mmssau
Offline Send Email
Feb 3, 2003
6:52 pm
489
Hi Michael (hi Kresimir, hi Julius, hi all ;-), ... So there's at least another boost library affected. ... This agrees with Julius' statements. ... OK. I've...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 3, 2003
7:45 pm
490
Hi Michael, ... Wow! ... http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBL AS ... Later ;-) I'll immediately try to comment on some...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 3, 2003
8:14 pm
491
Hi all, I wrote: [snip] ... Done. There's currently no new download available due to intermittent problems with groups.yahoo.com. Best, Joerg...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 4, 2003
8:19 am
492
Hi Joerg, hi Alexei, if you are still interested in the question of the ambiguity of ... and template <typename R, typename A> R func (A const& a); ... I...
Kresimir Fresl
kyriales
Offline Send Email
Feb 4, 2003
3:27 pm
493
Hi Joerg, I'm gald I got all those notes together in one place. I am also new to Wiki, but it seems to be a useful tool in this area. ... It seems that some of...
Michael Stevens
mmssau
Offline Send Email
Feb 4, 2003
10:02 pm
494
Hi Joerg, Here is the test case I promised. It shows up the problem when tested using uBLAS in boost CVS. The equals(m,cm) check in a debug build picks up the...
Michael Stevens
mmssau
Offline Send Email
Feb 4, 2003
10:03 pm
495
... Great. Is this part of the boost CVS ... That will indeed be useful once we start running large production codes with sparse matrices on vector machines....
Matthias Troyer
troyer@...
Send Email
Feb 5, 2003
10:35 pm
496
Hi Matthias, ... First, they are already good enough to detect bugs in ATLAS :-). Then the really cool idea is to define the necessary traits independent of a...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 5, 2003
10:54 pm
497
On Wednesday, February 5, 2003, at 11:47 PM, jhr.walter@... ... We have them Matthias...
Matthias Troyer
troyer@...
Send Email
Feb 5, 2003
11:25 pm
498
Hi Matthias, ... You can also download `bindings-2003-01-30.zip' from the files section of this ml. I containes the latest version of traits classes and ATLAS ...
Kresimir Fresl
kyriales
Offline Send Email
Feb 6, 2003
9:57 am
499
Hi Michael, hi all, ... Confirmed. I had to change the behaviour regarding sparse proxies back to boost_1_29_0 semantics (disabling // #define...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 7, 2003
9:42 am
500
Hi Johan, you wrote: [snip] ... On 32-bit systems the upper dimensions for sparse_matrix are 65535 x 65535 due to the internal mapping of (i, j) -> (i *...
jhr.walter@...
jhrwalter
Offline Send Email
Feb 8, 2003
10:44 am
Messages 471 - 500 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