... Gunther already offered to do it and I thus proposed myself as being the backup to the sys admin at IU. I will contact him and ask if he can add you too. t...
... 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...
Hello, after the recent administration difficulties of this list we decided to start a new one. I collected some email adresses of active posters of the last...
... FYI, the list administrator is Gunther Winkler with Michael Stevens and myself as backup. If you can let Gunther or me know who we need to contact exactly...
... Hi, Toon. His contact details are to be found here: http://gmane.org/contact.php, so I don't think he's too worried about spambots finding it. I repeat it ...
... There's no need to make work for people who are already doing this as volunteers. Lars accepts requests from anyone. -- Dave Abrahams Boost Consulting ...
... That wasn't my intention. What I meant was that the gmane interface exists already. If some random Joe pops up and says, "Please redirect the existing list...
... We can either go back and forth about what Lars is likely to believe, or you can just make the request and see what happens. You could point him at the...
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...
Toon, ... I guess I need to start working through some of Karl issue and bug reports for uBLAS_pure! I am programming every day (work!) at the moment so this...
Toon, I just noticed the thread was/is actually being sent to the old yahoogroups list. I guess we need to be careful to post to lists.boost.org Michael...
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....
... Could you be more specific. I don't see what is broken actually? I ran the regression tests succesfully and we are using it in other internal projects? ...
I use lu_factorize() (the pivoting version) and it still seems to be broken as well. The break seems to be in the project() function. I'm using VC++ 7.1. ...
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...
... You can always get the latest version of the bindings from the boost-sandbox CVS. If you hit trouble, please provide the smallest test-case possible that...
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...
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))...
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...
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...
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...
Gunter Winkler
guwi17@...
Jun 24, 2005 8:22 am
2420
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...