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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Hallo, one of our students looked at the performance of the cholesky decomposition using ublas. The result is quite surprising: $ for i in 100 200 400 800...
1 Aug 24, 2005
1:26 pm

Gunter Winkler
guwi17@...
Send Email

Hallo, matrix_matrix_binary uses restict_traits to identify the type of the iterators. Thus an expression (dense - banded) gives packed_proxy_tag as storage...
1 Jun 24, 2005
8:22 am

Gunter Winkler
guwi17@...
Send Email

I wonder what is the most efficient way to compute the product J * A * Jt where J is a sparse matrix, A is diagonal and Jt is the transpost of J. In Ublas...
1 May 22, 2005
7:41 pm

lucaregini
Offline Send Email

In the constructor of matrix_range for instance, the precondition checks are commented out. Now there is no error generated when you create a matrix_range that...
1 Mar 10, 2005
12:12 pm

Toon Knapen
tknapen
Offline Send Email

The following line does not work (it is from a cholesky routine submitted a long time ago on this list): UBLAS::project(U.row (i))(UBLAS::range (i + 1, size))...
1 Feb 3, 2005
6:45 pm

Antonio Martino
vainamonen
Offline Send Email

Hi all, I would like to inform you that a new mailinglist has been created that is dedicated to Generic Linear Algebra Software (GLAS). The aim of the glas-ml...
1 Feb 2, 2005
2:43 pm

Toon Knapen
tknapen
Offline Send Email

Hi, I just upgraded my boost install from 1.31 to 1.32 and tried to simply plug the bindings from the sandbox into the 1.32 tree, hoping all would be good. But...
3 Jan 19, 2005
6:28 pm

Michael Stevens
mmssau
Offline Send Email

Toon, Karl, This is most relevant to you. To me it look like the CVS HEAD is still broken. Karl's vector_temporary deduction seems only to be half implemented....
4 Jan 19, 2005
3:10 pm

Toon Knapen
tknapen
Offline Send Email

I just performed the merge (I polled about this a few weeks ago and since there were no (negative) reactions ..) The uBLAS_pure branch contained a lot of...
4 Jan 4, 2005
8:56 pm

Michael Stevens
mmssau
Offline Send Email

Hi all, Indiana university is willing to host the uBLAS mailinglist in the future (just like the currently host the boost-ml too). Now we also need a...
14 Dec 16, 2004
7:13 am

Toon Knapen
tknapen
Offline Send Email

... This is again the old include-policy problem. Previously the headers of ublas were not self-contained. This has been fixed but only on a branch (and thus...
1 Dec 6, 2004
7:24 am

Toon Knapen
tknapen
Offline Send Email

Hi all, Micheal has already put in a lot of effort to clean up uBLAS and has done all that in the uBLAS_pure branch (while the HEAD was being prepared for...
1 Dec 3, 2004
6:47 am

Toon Knapen
tknapen
Offline Send Email

Dear All, I have spent a large part of this past week evaluating and experimenting with the ublas and bindings library with a view to employing them in a large...
2 Dec 2, 2004
5:37 pm

Michael Stevens
mmssau
Offline Send Email

... I think we have a consensus in the ublas-dev to change from yahoogroups to the lists.boost.org server. Anyone can tell us how to manage this from a...
1 Nov 25, 2004
1:18 pm

Toon Knapen
tknapen
Offline Send Email

Hi, I started using some of my old code with the ublas_pure branch. I came across some (small) errors: => In several places in the code, it is assumed that...
1 Nov 24, 2004
9:29 pm

gitarrenschlumpf
gitarrenschl...
Offline Send Email

Hello ALL, As many of you might know, currently we are unable to add new members to the ublas-ml. The problem is that only Joerg has the rights to add members...
7 Nov 24, 2004
8:40 pm

Georg Baum
gbaumy
Offline Send Email

[Forwarded message from not-accepted member.] Dear All, I am a evaluating the uBlas library and unfortunately have stubbled at the first hurdle. I would be...
2 Nov 24, 2004
7:56 pm

Michael Stevens
mmssau
Offline Send Email

Hello Mr.Knappen, here are the two telefon numbers of Joerg. - privat +49 (2051) 989855 - office +49 (201) 8127176 Regards Joachim Pyras...
2 Nov 23, 2004
6:09 pm

Michael Stevens
mmssau
Offline Send Email

Forwarded msg from new (unaccepted by Joerg) member sorry for the high latency of the forward. ... Subject: prod(compressed_matrix,vector) Date: Tue, 16 Nov...
1 Nov 23, 2004
11:43 am

Toon Knapen
tknapen
Offline Send Email

... Subject: compact matrix/dense vector product Date: Sat, 13 Nov 2004 10:47:48 -0600 From: Daniel L Elliott <dan_elliott@...> To:...
5 Nov 17, 2004
1:29 pm

Gunter Winkler by wa...
guwi17@...
Send Email

Hello, The difference between m=e and m.assign(e) lies in the creation of a temporary, but there is another important difference: m=e changes the sizes of m...
5 Nov 12, 2004
9:17 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Hello, After leaving for a little while the developpement under uBLAS, I'm able to comme back to it again. Many high performance libs use aligned data (fftw or...
2 Nov 10, 2004
10:04 am

Gunter Winkler
guwi17@...
Send Email

(from the boost-user group) ... is ... I don't know why any of the ublas devs have commented on this at boost-user (or maybe they have but I missed it?). There...
3 Nov 9, 2004
12:58 pm

Patrick Kowalzick
patrick_kowa...
Offline Send Email

It looks like support of exact types in uBLAS is not complete: ============ namespace ublas = boost::numeric::ublas; int main() { typedef ublas::vector<int>...
1 Nov 9, 2004
11:10 am

a_balmashnov
Offline Send Email

Hi, All What parts of ublas should be adjusted to have a possibility of doing "precise" computations? I would like to do something like: typedef...
5 Nov 9, 2004
10:27 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

I have created a new branch in CVS called 'uBLAS_pure'. Effectively this is a large clean up of the current uBLAS without any of the old compiler workaround....
53 Nov 5, 2004
11:16 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Hello all, I used uBLAS_pure on IBM. After the modifications I did yesterday on my local version to get old stuff working, everything seems to work well on ...
1 Nov 4, 2004
8:14 am

Karl Meerbergen
Karl.Meerbergen@...
Send Email

Dear All, Looking at the current sparse matrix documentation it seems that the type descriptions for sparse, compressed and coordinate are highly cryptic. I am...
34 Nov 2, 2004
4:26 pm

Gunter Winkler
guwi17@...
Send Email

Good morning, I believe there is a problem with the compressed_matrix bindings in boost-sandbox. Suppose we have a row_major compressed_matrix. If...
3 Oct 28, 2004
10:53 am

Michael Stevens
mmssau
Offline Send Email

There was some positive response on my proposal to organise a ublas developers meeting. So lets move on and let us try to determine where and when to organise...
11 Oct 27, 2004
6:04 pm

Michael Stevens
mmssau
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help