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 1 - 30 of 2420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
This is a test message for the list archiver. Please ignore. Thanks....
zaarde
Offline Send Email
Oct 3, 2002
1:04 pm
2
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...
jhrwalter
Offline Send Email
Oct 4, 2002
9:27 am
3
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...
Michael Stevens
mmssau
Offline Send Email
Oct 4, 2002
1:46 pm
4
... 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...
jhrwalter
Offline Send Email
Oct 4, 2002
4:05 pm
5
... [snip] ... I've changed the signature of the corresponding functions from something like template<class V, class IA> BOOST_UBLAS_INLINE vector_indirect<V,...
jhrwalter
Offline Send Email
Oct 4, 2002
4:36 pm
6
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...
Kresimir Fresl
kyriales
Offline Send Email
Oct 5, 2002
9:32 am
7
Hi Kresimir, ... Applied. I've also added the missing TYPE_CHECK for this overloads. I'll upload the current version later. ... Correct. ... ...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 6, 2002
5:45 pm
8
... ++ 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...
jhrwalter
Offline Send Email
Oct 6, 2002
8:07 pm
9
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...
jhrwalter
Offline Send Email
Oct 7, 2002
8:21 am
10
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...
jhrwalter
Offline Send Email
Oct 7, 2002
7:55 pm
11
... You can also avoid both dependencies making our own traits specialisation(see below). You have to rely on partial template specialisation(PTS) though. Is ...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
8:41 am
12
... 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...
jhrwalter
Offline Send Email
Oct 8, 2002
8:45 am
13
... 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...
jhrwalter
Offline Send Email
Oct 8, 2002
8:58 am
14
... Therefore, definition of `ct_if<>' in `config.hpp' should be guarded with #ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION and not with #ifdef...
Kresimir Fresl
kyriales
Offline Send Email
Oct 8, 2002
9:17 am
15
... 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 : ...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
9:20 am
16
... 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...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
9:54 am
17
(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...
Kresimir Fresl
kyriales
Offline Send Email
Oct 8, 2002
10:05 am
18
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...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
10:28 am
19
... already tried cachegrind too ? t...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
10:57 am
20
... 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...
Kresimir Fresl
kyriales
Offline Send Email
Oct 8, 2002
11:35 am
21
... 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...
Michael Stevens
mmssau
Offline Send Email
Oct 8, 2002
12:21 pm
22
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...
Toon Knapen
tknapen
Offline Send Email
Oct 8, 2002
1:59 pm
23
... [...] ... =================================================== using namespace boost::numeric::ublas ; template <typename MR> void f (MR const& mr) { ...
Kresimir Fresl
kyriales
Offline Send Email
Oct 8, 2002
2:07 pm
24
... From: "Kresimir Fresl" <fresl@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 11:17 AM Subject: Re: [ublas-dev] Fix for...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
9:24 pm
25
... 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...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
9:36 pm
26
... From: "Toon Knapen" <toon.knapen@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 11:57 AM Subject: Re: [ublas-dev] Fix for...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
9:47 pm
27
... From: "Kresimir Fresl" <fresl@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 12:05 PM Subject: [ublas-dev] Re: [boost] ublas:...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
9:56 pm
28
... From: "Toon Knapen" <toon.knapen@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 1:00 PM Subject: [ublas-dev] Re: [boost]...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
10:01 pm
29
... From: "Kresimir Fresl" <fresl@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 1:35 PM Subject: Re: [ublas-dev] Re: [boost] ublas:...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
10:04 pm
30
... From: "Michael Stevens" <michael@...> To: <ublas-dev@yahoogroups.com> Sent: Tuesday, October 08, 2002 1:51 PM Subject: Re: [ublas-dev]...
jhr.walter@...
jhrwalter
Offline Send Email
Oct 8, 2002
10:13 pm
Messages 1 - 30 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