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 to share photos of your group with the world? 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 1451 - 1480 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1451
hi all! I thought I had already post an answer to my own question... Aleksey Gurtovoy's hint ... Adding BOOST_TT_BROKEN_COMPILER_SPEC(value_t) after the...
lbolla@...
lolloxxx
Offline Send Email
Apr 2, 2004
9:16 am
1452
Greetings! Has anyone investigated the use of the uBLAS with parallel communications libraries such as MPI? MPI in particular would present a challenge in...
markfahoemmen
Offline Send Email
Apr 2, 2004
6:51 pm
1453
Hello all, I just saw in the FAQ on the page http://www.boost.org/libs/numeric/ublas/doc/index.htm this point here: Q: I've written some uBLAS benchmarks to...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Apr 5, 2004
8:04 am
1454
Hi all, From the docs for vector_proxy, a precondition for a vector_slice is s.start() + s.stride() * s.size() <= data.size() This means that for s.stride() >...
Ian McCulloch
ianmcc@...
Send Email
Apr 5, 2004
12:28 pm
1455
i can 't build boost i wait for your help!!! Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail sur...
hanen g
g_haneng
Offline Send Email
Apr 6, 2004
8:13 am
1456
who has used ublas to calculate eigenvals and eigenvectors of matrix(n,m)? can you send me this code? thanks for your help!! Yahoo! Mail : votre e-mail...
hanen g
g_haneng
Offline Send Email
Apr 7, 2004
8:19 am
1457
Hello, A newbie question: Has anyone tried to use a fixed point type with uBLAS. Is it necessary to create new traits or can it be dealt with automatically. ...
ma_poub
Offline Send Email
Apr 8, 2004
6:53 pm
1458
Hi Ian, Thanks for the info. ... Hmm... ... This is bad. ... I don't think is so complex as this. a) Strides have been designed so their interface is exactly...
Michael Stevens
mmssau
Offline Send Email
Apr 8, 2004
7:14 pm
1459
Hello M.P, Sounds like quite an advanced newbie question! ... No sure! ... You will need definitely need to add traits. As part of this you will need to think...
Michael Stevens
mmssau
Offline Send Email
Apr 8, 2004
7:37 pm
1460
Hi, Continuing the theme of 'fixing' things that already work ;) I've been looking at promote_traits in uBLAS. In some cases, the result of an expression using...
Ian McCulloch
ianmcc@...
Send Email
Apr 9, 2004
8:52 pm
1461
Hi, I tried this on my Athlon64. On Athlon64, int is 32 bit and long is 64 bit. Results below. ... promote_example.cpp -o promote_example ... builtin...
Paul C. Leopardi
pcleopardi
Offline Send Email
Apr 9, 2004
11:29 pm
1462
Hi Ian, Hi all, I've looked into this a bit further. That is I have actually looked at the current uBLAS code! uBLAS (CVS and from Boost_1_31_0) implements a...
Michael Stevens
mmssau
Offline Send Email
Apr 11, 2004
4:42 pm
1463
Hi Joerg, Hi All, While looking at the vector_slice stuff I was looking at the current implementation of slice. Slice iterators are currently implemented by...
Michael Stevens
mmssau
Offline Send Email
Apr 11, 2004
5:05 pm
1464
Hi again Ian, ... I have also been looking at precisely the same thing! ... builtin.. ... This seems a rather radical solution! ... I recently tested using...
Michael Stevens
mmssau
Offline Send Email
Apr 11, 2004
5:47 pm
1465
Hi Michael, ... How useful is a zero stride? I would be concerned that even if a multiply is the same speed as an addition, it would still inhibit the...
Ian McCulloch
ianmcc@...
Send Email
Apr 11, 2004
5:53 pm
1466
Dear All, Are there any algorithms for ublas for solving eigenproblems, lu-factorization etc? br Thorsten...
Thorsten Ottosen
nesotto2
Offline Send Email
Apr 12, 2004
12:15 am
1467
Are there any pseudo algorithme for resolving QR decomposition of any matrix. thanks Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! ...
hanen g
g_haneng
Offline Send Email
Apr 12, 2004
9:06 am
1468
... lu-factorisation is in lu.hpp. Also, there is a bindings library (not complete, but IMHO usable) which provides interfaces to ATLAS, LAPACK and UMFPACK....
Kresimir Fresl
kyriales
Offline Send Email
Apr 12, 2004
9:33 am
1469
... thanks. ... thanks. Good pointers. This will solve my initial problems. I was wondering if people had consider to implement *generic* matrix algorithms...
nesotto2
Offline Send Email
Apr 13, 2004
4:06 am
1470
... BLAS libraries are typically highly tuned -- and need to be, since performance depends sensitively upon how computations take advantage of spatial and...
Mark Hoemmen
markfahoemmen
Offline Send Email
Apr 13, 2004
5:56 am
1471
Hi Joerg, I have implemented and tested a change to the uBLAS return type deduction mechanism. The new code uses the 'type_deduction.hpp' I mentioned earlier. ...
Michael Stevens
mmssau
Offline Send Email
Apr 13, 2004
6:15 am
1472
... [snip] ... It should be possible to tune generic code for diffferent architectures; I think MTL does that. ... Well, for C++ users it might be easier to...
Thorsten Ottosen
nesotto2
Offline Send Email
Apr 13, 2004
10:53 am
1473
Hello, ... [snip] ... Intel Pentuim 4: VC 7.1 (if the compiler may be of interest I can test another one as well, but it seems to be a platform thing) builtin...
Patrick Kowalzick
patrick_kowa...
Offline Send Email
Apr 13, 2004
2:28 pm
1474
... No, it depends only on the sizes and representation of the builtin integer types. For sizeof(long) > sizeof(int) (most 64-bit machines), uBLAS agrees with...
Ian McCulloch
ianmcc@...
Send Email
Apr 13, 2004
2:50 pm
1475
... Impressive! There may be one corner case though: on a machine where sizeof(int) == sizeof(long), the result of long + unsigned is unsigned long and I can't...
Ian McCulloch
ianmcc@...
Send Email
Apr 13, 2004
4:59 pm
1476
Hi Ian, ... Good point. Actually Joel's current version didn't have all the builtin type detected. I have just augmented it with short and long. The clever bit...
Michael Stevens
mmssau
Offline Send Email
Apr 15, 2004
12:40 pm
1477
We are using the expression template mechanism in both debug and release builds. The boost/numeric/ublas/config.hpp however defines BOOST_UBLAS_USE_ET only for...
Toon Knapen
tknapen
Offline Send Email
Apr 16, 2004
9:09 am
1478
Hi Toon, ... Sounds good. I think there are a couple of similar cases where config.hpp choose defaults without regard to the previous setting. In this regard...
Michael Stevens
mmssau
Offline Send Email
Apr 16, 2004
12:15 pm
1479 pg_fecu
Offline Send Email
Apr 16, 2004
12:56 pm
1480
Hi, first, sorry for my previous misposting (no message body). I'd like to know, if there is any possibility to create a matrix/vector, which uses an already...
pg_fecu
Offline Send Email
Apr 16, 2004
1:08 pm
Messages 1451 - 1480 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