Hi, first of all I'd like to welcome you here at the new mailing list. I've uploaded my current development snapshot to the files section. We'll have to decide...
I thought I would get going with an inaugrial discussion. All the recent versions of ublas/config.hpp define BOOST_UBLAS_USE_INDEXING thereby disabling the use...
... This was the result of Martin Weiser's benchmarking with GCC. The difference for MSVC 6.0 didn't seem to be significant. ... OK. It looks as if we should...
... [snip] ... I've changed the signature of the corresponding functions from something like template<class V, class IA> BOOST_UBLAS_INLINE vector_indirect<V,...
In matrix_assign.hpp from zip file in files section some `value_type' typedefs are missing (como complains on lines 1903, 1920, 1944, 1961). Problem seems to...
... ++ it2e; ... Now done. [snip] ... I'll add that tomorrow. In the meantime, I've seen the first tests running without any diagnostics from valgrind (did I...
Hi all, I've just uploaded my current version of the uBLAS wrapper for CLAPACK. I've tested compressed_vector/matrix with it (BOOST_UBLAS_CHECK_FOR_ZERO...
Hi all, if we fix Toon's problem using proxy<const vector/matrix>, see http://lists.boost.org/MailArchives/boost/msg36501.php we'll possibly get two new...
... You can also avoid both dependencies making our own traits specialisation(see below). You have to rely on partial template specialisation(PTS) though. Is ...
... OK, I've hopefully changed all proxy and adaptor classes to use ct_if<is_const> as described in an earlier posting at the boost-ml. All tests compile under...
... OK, I extended Laurent Plagne's benchmarks slightly to test A^t A and A A^t and didn't see a significant abstraction penalty. I'll contact Laurent how to...
... every optimisation is usefull. Later today, I also hope to check in an extension of my ublas-to-blas bindings in the boost-sandbox. These bindings allow : ...
... I understand your argument but we could argue if matrix_row< const matrix< T > > is equal to const matrix_row< const matrix< T > > or that the former is...
(This was thread in boost-ml, but as all participants in discussion where/are members of this ml, I think that it is appropriate to move it here.) ... Few days...
On Tuesday 08 October 2002 12:05, Kresimir Fresl wrote: <snip storage_traits class> ... If I want to pass a vector_slice on a vector_range to blas::scal, I...
... OK, that's what the first version of specializations for vector_range does. ... Problem with adding member functions for tasks that can be done without...
... Sorry I am a bit late on this one. I was away in Brisbane for a couple of days. I know Joerg has added the change already. BUT... The fix has one big...
Joerg, I've mentioned it already but we've never really gotten to the bottom of things (anyway not on my part). I've looked again at the sparse matrices of...
... From: "Toon Knapen" <toon.knapen@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 11:23 AM Subject: Re: [ublas-dev] A^t A and A...